mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:16:13 +01:00
16 lines
336 B
Text
16 lines
336 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 {
|
||
|
|
||
|
}
|
||
|
}
|