calendar/Tests/Fixtures/calendar_example/Configuration/TypoScript/Setup.typoscript

26 lines
500 B
Plaintext
Raw Normal View History

plugin.tx_calendar_example {
view {
templateRootPaths {
10 = EXT:calendar_example/Resources/Private/Templates/
}
}
}
page = PAGE
page {
10 =< tt_content.calendar_example.20
}
[request.getQueryParams()['typoScriptDefaults'] == 1]
plugin.tx_calendar_example {
settings {
arguments {
year = 1988
month = 11
week = 12
day = 1988-11-03
}
}
}
[GLOBAL]