Hi there
I’m just starting out with Kirby and learning as I go. Apologies if this has been asked previously, I’m sure it has in some capacity but I’ve not been able to locate an answer.
This morning I was playing around with some Plugins. One Kirby Meta in particular.
I got it part working, by adding the snippet to my head area. I can see the meta tags and since in page source.
I’m a little bit confused on the instructions of how to enable configuration options for this plugin in the Kirby Panel.
The documentation on the Github states
The options below have to be set in your config.php. Please note that every option has to be prefixed with the plugin namespace, e.g. sitemap => fabianmichael.meta.sitemap.
And then a table with the values.
I’m being a bit dense I’m sure but I’m struggling to understand how to add these values to my config.
Would someone be able to give me an example of how I could add, for example, sitemap?
The developer states it must be precded by the namespace, so I assume it would simply be fabianmichael.meta.sitemap but then “type” and “Default” columns, I’m not sure how to format the entry for the config file.
Thanks so much.