@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if (isset($GLOBALS['TCA']['tt_content']['columns']['tx_gridelements_children'])) { |
4 | - $GLOBALS['TCA']['tt_content']['columns']['tx_gridelements_children']['config']['appearance']['enabledControls']['new'] = true; |
|
5 | - $GLOBALS['TCA']['tt_content']['columns']['tx_gridelements_children']['config']['appearance']['levelLinksPosition'] = 'top'; |
|
4 | + $GLOBALS['TCA']['tt_content']['columns']['tx_gridelements_children']['config']['appearance']['enabledControls']['new'] = true; |
|
5 | + $GLOBALS['TCA']['tt_content']['columns']['tx_gridelements_children']['config']['appearance']['levelLinksPosition'] = 'top'; |
|
6 | 6 | } |
7 | 7 |