events/Configuration/TypoScript/constants.typoscript
Daniel Siepmann (Codappix) a07c16b723
Migrate TypoScript import settings
Those are now part of the import, or hard coded.

Resolves: #11483
2024-11-04 14:30:18 +01:00

19 lines
772 B
Text

plugin.tx_events {
view {
# cat=plugin.tx_events/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:events/Resources/Private/Templates/
# 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 {
# cat=plugin.tx_events//a; type=string; label=Default storage PID
storagePid =
}
settings {
# cat=plugin.tx_events//a; type=string; label=Default Image
defaultImagePath = EXT:events/Resources/Public/Images/default.jpg
}
}