mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 09:16:13 +01:00
445dae3129
Resolves: #8
15 lines
407 B
Text
15 lines
407 B
Text
plugin.tx_tea {
|
|
view {
|
|
templateRootPath = {$plugin.tx_tea.view.templateRootPath}
|
|
partialRootPath = {$plugin.tx_tea.view.partialRootPath}
|
|
layoutRootPath = {$plugin.tx_tea.view.layoutRootPath}
|
|
}
|
|
|
|
persistence {
|
|
storagePid = {$plugin.tx_tea.persistence.storagePid}
|
|
}
|
|
|
|
settings {
|
|
singleViewPageUid = {$plugin.tx_tea.settings.singleViewPageUid}
|
|
}
|
|
}
|