mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 14:16:12 +02:00
tea/Configuration/TypoScript/setup.txt
2016-05-08 14:28:38 +02:00

15 lines
No EOL
322 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}
}
features {
rewrittenPropertyMapper = 1
}
}