events2
events2 copied to clipboard
Optional JsonLdService in TS constants
Would it be possible to add an extra parameter in the Typoscript constants for the function "addJsonLdToPageHeader" in JWeiland\Events2\Service\JsonLdService ?
Maybe like so:
plugin.tx_events2.settings.addJsonLdToPageHeader = 1 yes / 0 no
if ($this->settings['addJsonLdToPageHeader']) ...
The reason is, that I write the json schema directly in the fluid template (list view) with several extra structured data properties and want to write the same in the detail view of an event.