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

Adding Currencies #68

Closed thekenshow closed 6 years ago

thekenshow commented 6 years ago

Looking to add a new currency (CAD) to the short list that comes with the SEO plugin. Is there a way to extend user/plugins/seo/blueprints/seo.yaml? I tried user/blueprints/pages/seo.yaml as suggested on https://learn.getgrav.org/forms/blueprints/example-page-blueprint but it had no effect. Or would I need to create a plugin to get at this list?

paulmassen commented 6 years ago

Hi,

You can add your own currency at the following line: https://github.com/paulmassen/grav-plugin-seo/blob/master/blueprints/seo.yaml#L253

I think I will replace this select field with a text field instead, in order to allow all currencies.

paulmassen commented 6 years ago

Added for next release. Thanks!