File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments