Commit 1e7eb7bd authored by Andy Hausmann's avatar Andy Hausmann

Reduced size of subtitle field in new textarea mode.

parent 7eb7bfdc
...@@ -119,7 +119,7 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array( ...@@ -119,7 +119,7 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'config' => array( 'config' => array(
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
'rows' => 15, 'rows' => 5,
'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