mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 09:16:13 +02:00
tea/Configuration/TypoScript/setup.typoscript

24 lines
426 B
Text
Raw Normal View History

plugin.tx_tea {
view {
templateRootPaths {
0 = EXT:tea/Resources/Private/Templates/
}
partialRootPaths {
0 = EXT:tea/Resources/Private/Partials/
}
layoutRootPaths {
0 = EXT:tea/Resources/Private/Layouts/
}
}
persistence {
2021-08-26 12:06:58 +02:00
storagePid = {$plugin.tx_tea.persistence.storagePid}
}
settings {
2021-08-26 12:06:58 +02:00
singleViewPageUid = {$plugin.tx_tea.settings.singleViewPageUid}
}
}