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( ...@@ -117,8 +117,9 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'exclude' => 0, 'exclude' => 0,
'label' => $pathLL . 'tx_flexslider_domain_model_flexslider.subtitle', 'label' => $pathLL . 'tx_flexslider_domain_model_flexslider.subtitle',
'config' => array( 'config' => array(
'type' => 'input', 'type' => 'text',
'size' => 30, 'cols' => 40,
'rows' => 15,
'eval' => 'trim' '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