mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
23 lines
422 B
Text
23 lines
422 B
Text
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 {
|
|
storagePid = {$plugin.tx_tea.persistence.storagePid}
|
|
}
|
|
|
|
settings {
|
|
singleViewPageUid = {$plugin.tx_tea.settings.singleViewPageUid}
|
|
}
|
|
}
|