Passed
Push — master ( cbd9f2...a5c645 )
by Benjamin
08:52
created
Configuration/TCA/Overrides/tt_content.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.