Browse code

Add clr class to es_col_text field

Benjamin Roth authored on04/11/2022 19:03:49
Showing1 changed files
... ...
@@ -38,7 +38,7 @@ $GLOBALS['TL_DCA']['tl_content']['fields']['es_col_text'] = array
38 38
     'inputType'               => 'select',
39 39
     'options'                 => array('2col'),
40 40
     'reference'               => &$GLOBALS['TL_LANG']['tl_content']['REF']['es_col_text'],
41
-    'eval'                    => array('tl_class'=>'w50','mandatory'=>false,'includeBlankOption'=>true),
41
+    'eval'                    => array('tl_class'=>'clr w50','mandatory'=>false,'includeBlankOption'=>true),
42 42
     'sql'                     => "varchar(32) NOT NULL default ''"
43 43
 );
44 44