abtest/Tests/Fixtures/FrontendRendering.typoscript
Daniel Siepmann 604110e737
Initial migration
We will use and maintain the extension for one of our customers.
We add our basic setup.
We add tests.
We refactor code.
We use newer APIs of TYPO3.

We will integrate Matomo A/B Testing afterwards as next step.
2023-03-06 10:41:39 +01:00

17 lines
180 B
Plaintext

config {
debug = 1
}
page = PAGE
page {
config {
debug = 1
}
5 = TEXT
5.field = title
10 = TEXT
10.value = Example content from TypoScript
}