events/Configuration/TypoScript/constants.typoscript

20 lines
772 B
Text
Raw Normal View History

plugin.tx_events {
view {
2019-07-25 12:42:37 +02:00
# cat=plugin.tx_events/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:events/Resources/Private/Templates/
2019-07-25 12:42:37 +02:00
# cat=plugin.tx_events/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:events/Resources/Private/Partials/
# cat=plugin.tx_events/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:events/Resources/Private/Layouts/
}
persistence {
2019-07-25 12:42:37 +02:00
# cat=plugin.tx_events//a; type=string; label=Default storage PID
storagePid =
}
2019-08-12 07:43:37 +02:00
settings {
2019-11-07 14:16:28 +01:00
# cat=plugin.tx_events//a; type=string; label=Default Image
defaultImagePath = EXT:events/Resources/Public/Images/default.jpg
2019-08-12 07:43:37 +02:00
}
}