Browse code

Increase row count from 6 to 7 for the GridPlacementWrapper

Benjamin Roth authored on03/03/2025 21:21:14
Showing1 changed files
... ...
@@ -230,7 +230,7 @@ $GLOBALS['TL_DCA']['tl_content']['fields']['vr_gpw_grid'] = [
230 230
     'eval'      => [
231 231
         'tl_class' => 'clr',
232 232
         'cols' => 12,
233
-        'rows' => 6,
233
+        'rows' => 7,
234 234
     ],
235 235
     'sql' => "text NULL",
236 236
 ];
... ...
@@ -241,7 +241,7 @@ $GLOBALS['TL_DCA']['tl_content']['fields']['vr_gpw_tablet_grid'] = [
241 241
     'eval'      => [
242 242
         'tl_class' => 'clr',
243 243
         'cols' => 12,
244
-        'rows' => 6,
244
+        'rows' => 7,
245 245
     ],
246 246
     'sql' => "text NULL",
247 247
 ];
... ...
@@ -252,7 +252,7 @@ $GLOBALS['TL_DCA']['tl_content']['fields']['vr_gpw_mobile_grid'] = [
252 252
     'eval'      => [
253 253
         'tl_class' => 'clr',
254 254
         'cols' => 12,
255
-        'rows' => 6,
255
+        'rows' => 7,
256 256
     ],
257 257
     'sql' => "text NULL",
258 258
 ];