Browse code

Allow saving of GridPosition widget value

Benjamin Roth authored on28/02/2025 14:54:44
Showing1 changed files
... ...
@@ -8,9 +8,7 @@ use Contao\Widget;
8 8
 
9 9
 class GridPosition extends Widget
10 10
 {
11
-    /**
12
-     * @inheritdoc
13
-     */
11
+    protected $blnSubmitInput = true;
14 12
     protected $strTemplate = 'be_grid_position';
15 13
 
16 14
     protected $parent;
... ...
@@ -43,7 +41,6 @@ class GridPosition extends Widget
43 41
         }
44 42
     }
45 43
 
46
-
47 44
     public function generate()
48 45
     {
49 46
         return $this->parse();