Norman Paschke
Norman Paschke
similar problem: autoplay: true autoplayPauseOnHover: true and btnToggleAutoplay is set; Now, whenever i stop autoplay by clicking on btnToggleAutoplay and then hover over any item and mouse out again, it...
We are experiencing the same problem. Events that are currently running, are not shown in list view if the startdate is older than the time restriction set in the plugin....
It should work, we made a mistake by not setting "Events only" in the list plugin. Only then is the enddate considered, since only events do have an actual end...
Actually, you might just add these parameters to $GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'] https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/Typo3ConfVars/FE.html#excludedparameters
I want to allow the script-tag for structured data in json format. So the attribute I'd like it to have is `type="application/ld+json"` but I also have to allow children (the...
I think we found solution: Since calendarize includes the linkhandler tsconfig via ext_localconf, we simple remove that in our sitepackage by including a file that clears the linkhandler entry. By...