mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:16:12 +01:00
[CLEANUP] Code autoformat
This commit is contained in:
parent
d0871fb5f8
commit
229ab85f0b
4 changed files with 7 additions and 2 deletions
|
@ -7,12 +7,15 @@ plugin.tx_tea {
|
|||
# cat=plugin.tx_tea/file; type=string; label=Path to template layouts (FE)
|
||||
layoutRootPath = EXT:tea/Resources/Private/Layouts/
|
||||
}
|
||||
|
||||
persistence {
|
||||
# cat=plugin.tx_tea//a; type=string; label=Default storage PID
|
||||
storagePid =
|
||||
# cat=plugin.tx_tea//a; type=int; label=UID of the page/folder where all new records will be created
|
||||
newRecordStoragePid =
|
||||
}
|
||||
|
||||
settings {
|
||||
|
||||
}
|
||||
}
|
|
@ -4,9 +4,11 @@ plugin.tx_tea {
|
|||
partialRootPath = {$plugin.tx_tea.view.partialRootPath}
|
||||
layoutRootPath = {$plugin.tx_tea.view.layoutRootPath}
|
||||
}
|
||||
|
||||
persistence {
|
||||
storagePid = {$plugin.tx_tea.persistence.storagePid}
|
||||
}
|
||||
|
||||
features {
|
||||
rewrittenPropertyMapper = 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue