paulmassen / grav-plugin-seo

Manage your site’s meta tags for display in search engine results or social media networks. Create and manage json-ld microdata. Includes an easy-to-use live preview feature.
MIT License
84 stars 21 forks source link

Override blueprints to define default values #82

Open janssens opened 4 years ago

janssens commented 4 years ago

Hi, I'm looking to a way to override plugin blueprints to set default data from site config. like so :

(...)
                          fields:
                            header.orga.name:
                              config-default@: site.microdata.orga.name

Where to put this new blueprints and how to extend the plugin's one ?