events2 icon indicating copy to clipboard operation
events2 copied to clipboard

Optional JsonLdService in TS constants

Open the-robman opened this issue 2 years ago • 1 comments

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.

the-robman avatar Dec 14 '22 13:12 the-robman