Browse code

Change slider text to rte field

Benjamin Roth authored on17/11/2022 16:44:18
Showing1 changed files
... ...
@@ -191,8 +191,9 @@ $GLOBALS['TL_DCA']['tl_content']['fields']['eSM_slider_text'] = array
191 191
     'label'                   => &$GLOBALS['TL_LANG']['tl_content']['eSM_slider_text'],
192 192
     'exclude'                 => true,
193 193
     'inputType'               => 'textarea',
194
-    'eval'                    => array('rows'=>2,'style'=>'height: 2em;', 'maxlength'=>64),
195
-    'sql'                     => "varchar(64) NOT NULL default ''"
194
+    'eval'                    => array('rte'=>'tinyMCE', 'helpwizard'=>true),
195
+    'explanation'             => 'insertTags',
196
+    'sql'                     => "mediumtext NULL"
196 197
 );
197 198
 
198 199
 $GLOBALS['TL_DCA']['tl_content']['fields']['eSM_slider_url'] = array