events/Tests/Functional/Frontend/Fixtures/TypoScript/Rendering.typoscript
Daniel Siepmann a9f3f108e3
BREAKING: Change of vendor/namespace (#43)
The vendor was renamed from `wrm` to `werkraummedia`.
And the namespace vendor was renamed from `Wrm` to `WerkraumMedia`.

That way all references to PHP classes as well as the package name
itself need to be adjusted.
2023-11-09 10:27:43 +01:00

40 lines
814 B
Text

config {
cache_period = 86400
no_cache = 0
sendCacheHeaders = 1
debug = 1
}
page = PAGE
page {
10 = USER
10 {
// Simulates foreign access prior our rendering.
// TYPO3 has an internal cache in order to not recalculate timeout.
userFunc = WerkraumMedia\EventsExample\UserFunc->accessTsfeTimeout
}
20 < styles.content.get
30 = USER
30 {
// Simulates further long running rendering.
// In order to test that our ttl is calculated as expected.
userFunc = WerkraumMedia\EventsExample\UserFunc->sleep
userFunc {
sleep = 0
}
}
}
plugin.tx_events {
persistence {
storagePid = 2
}
settings {
sortByDate = start
sortOrder = ASC
start = 1660158000
}
}