Commit 917c79f1 authored by Andy Hausmann's avatar Andy Hausmann

Changed field subtitle to a textarea field.

parent 5a393d4a
......@@ -117,8 +117,9 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'exclude' => 0,
'label' => $pathLL . 'tx_flexslider_domain_model_flexslider.subtitle',
'config' => array(
'type' => 'input',
'size' => 30,
'type' => 'text',
'cols' => 40,
'rows' => 15,
'eval' => 'trim'
),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment