2019-07-18 13:44:19 +02:00
|
|
|
|
|
|
|
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)
|
2019-07-18 13:44:19 +02:00
|
|
|
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)
|
2019-07-18 13:44:19 +02:00
|
|
|
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
|
2019-07-18 13:44:19 +02:00
|
|
|
storagePid =
|
|
|
|
}
|
|
|
|
}
|