Skip to content

Commit 9a622e2

Browse files
committed
1 parent 8bbdbaf commit 9a622e2

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Classes/Tca/Registry.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,15 @@ public function configureContainer(ContainerConfiguration $containerConfiguratio
6767
}
6868

6969
$GLOBALS['TCA']['tt_content']['ctrl']['typeicon_classes'][$containerConfiguration->getCType()] = $containerConfiguration->getCType();
70-
$GLOBALS['TCA']['tt_content']['types'][$containerConfiguration->getCType()]['showitem'] =
71-
'header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel';
70+
$GLOBALS['TCA']['tt_content']['types'][$containerConfiguration->getCType()]['showitem'] = '
71+
header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
72+
--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.appearance,
73+
--palette--;;frames,
74+
--palette--;;appearanceLinks,
75+
--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:categories,
76+
categories,
77+
--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended,
78+
';
7279

7380
$GLOBALS['TCA']['tt_content']['containerConfiguration'][$containerConfiguration->getCType()] = $containerConfiguration->toArray();
7481
}

0 commit comments

Comments
 (0)