mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-13 03:36:10 +01:00
Daniel Siepmann
0fc2668d17
There might be access to TSFE get_cache_timeout() prior rendering events. TYPO3 has a cache for timeout and won't re calculate again. We therefore need to clear the cache if timeout would change. That will lead to inconsistent cache information throughout a single request. But the final cache timeout of the page will be correct. Other parts might be longer, which probably is fine until they relate to the events. Relates: #10500
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"name": "wrm/events-example",
|
|
"type": "typo3-cms-extension",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"wrm/events": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Wrm\\EventsExample\\": "Classes/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "example"
|
|
}
|
|
}
|
|
}
|