Browse code

Use blob for service selection field

Benjamin Roth authored on11/12/2019 22:01:14
Showing1 changed files
... ...
@@ -45,6 +45,6 @@ $GLOBALS['TL_DCA']['tl_page']['fields']['cookieconsent_services'] = [
45 45
   'exclude' => true,
46 46
   'inputType' => 'checkbox',
47 47
   'options' => array('analytics','matomo'),
48
-  'eval' => array('tl_class' => 'clr'),
49
-  'sql' => "char(1) NOT NULL default ''",
48
+  'eval' => array('multiple'=>true, 'tl_class' => 'clr'),
49
+  'sql' => "blob NULL",
50 50
 ];