Skip to content

Commit

Permalink
Update tl_page.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp authored Dec 2, 2020
1 parent cb33076 commit 441028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'sql' => "blob NULL"
);

$GLOBALS['TL_DCA']['tl_page']['fields']['cssClass']['sql'] = "text NOT NULL default ''";
$GLOBALS['TL_DCA']['tl_page']['fields']['cssClass']['sql'] = "text NULL";

$GLOBALS['TL_DCA']['tl_page']['config']['onload_callback'][] = array('\\Oveleon\\ContaoComponentStyleManager\\StyleManager', 'addPalette');
$GLOBALS['TL_DCA']['tl_page']['fields']['cssClass']['load_callback'][] = array('\\Oveleon\\ContaoComponentStyleManager\\StyleManager', 'onLoad');
Expand Down

0 comments on commit 441028c

Please sign in to comment.