This repository was archived by the owner on Aug 8, 2022. It is now read-only.
This repository was archived by the owner on Aug 8, 2022. It is now read-only.
Manipulate MetaTags in your own extension #217
Open
Description
Thanks to @mblaschke I learned about the possibility to use the Connector to manipulate the MetaTags in your own Extension. This is especially useful for the detail pages of the plugin.
I tried it and it worked fine, but I got the idea of creating ViewHelpers to achieve the manipulation.
Do you think it is better to the manipulation in the Controller instead or would it be a nice feature to have some ViewHelpers that you can place within your show template, where you ca define the meta tags?
It's working fine so far, if anybody is interested, I can provide them.