mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:16:13 +01:00
[CLEANUP] Code autoformat
This commit is contained in:
parent
d0871fb5f8
commit
229ab85f0b
4 changed files with 7 additions and 2 deletions
|
@ -24,7 +24,7 @@ class FileUtility
|
||||||
/**
|
/**
|
||||||
* Concatenates the files given as $sourceFilePaths and writes their contents into $targetFilePath.
|
* Concatenates the files given as $sourceFilePaths and writes their contents into $targetFilePath.
|
||||||
*
|
*
|
||||||
* @param string $targetFilePath
|
* @param string $targetFilePath
|
||||||
* @param string[] $sourceFilePaths
|
* @param string[] $sourceFilePaths
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
|
|
|
@ -153,7 +153,7 @@ $GLOBALS['TCA']['tx_tea_domain_model_teabeverage'] = [
|
||||||
'type' => 'inline',
|
'type' => 'inline',
|
||||||
'foreign_table' => 'tx_tea_domain_model_testimonial',
|
'foreign_table' => 'tx_tea_domain_model_testimonial',
|
||||||
'foreign_field' => 'teabeverage',
|
'foreign_field' => 'teabeverage',
|
||||||
'maxitems' => 9999,
|
'maxitems' => 9999,
|
||||||
'appearance' => [
|
'appearance' => [
|
||||||
'collapseAll' => 0,
|
'collapseAll' => 0,
|
||||||
'levelLinksPosition' => 'top',
|
'levelLinksPosition' => 'top',
|
||||||
|
|
|
@ -7,12 +7,15 @@ plugin.tx_tea {
|
||||||
# cat=plugin.tx_tea/file; type=string; label=Path to template layouts (FE)
|
# cat=plugin.tx_tea/file; type=string; label=Path to template layouts (FE)
|
||||||
layoutRootPath = EXT:tea/Resources/Private/Layouts/
|
layoutRootPath = EXT:tea/Resources/Private/Layouts/
|
||||||
}
|
}
|
||||||
|
|
||||||
persistence {
|
persistence {
|
||||||
# cat=plugin.tx_tea//a; type=string; label=Default storage PID
|
# cat=plugin.tx_tea//a; type=string; label=Default storage PID
|
||||||
storagePid =
|
storagePid =
|
||||||
# cat=plugin.tx_tea//a; type=int; label=UID of the page/folder where all new records will be created
|
# cat=plugin.tx_tea//a; type=int; label=UID of the page/folder where all new records will be created
|
||||||
newRecordStoragePid =
|
newRecordStoragePid =
|
||||||
}
|
}
|
||||||
|
|
||||||
settings {
|
settings {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -4,9 +4,11 @@ plugin.tx_tea {
|
||||||
partialRootPath = {$plugin.tx_tea.view.partialRootPath}
|
partialRootPath = {$plugin.tx_tea.view.partialRootPath}
|
||||||
layoutRootPath = {$plugin.tx_tea.view.layoutRootPath}
|
layoutRootPath = {$plugin.tx_tea.view.layoutRootPath}
|
||||||
}
|
}
|
||||||
|
|
||||||
persistence {
|
persistence {
|
||||||
storagePid = {$plugin.tx_tea.persistence.storagePid}
|
storagePid = {$plugin.tx_tea.persistence.storagePid}
|
||||||
}
|
}
|
||||||
|
|
||||||
features {
|
features {
|
||||||
rewrittenPropertyMapper = 1
|
rewrittenPropertyMapper = 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue