Commit 7eb7bfdc authored by Andy Hausmann's avatar Andy Hausmann

Changed size of image field, so nobody should become disoriented anymore.

parent 917c79f1
......@@ -131,7 +131,7 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'internal_type' => 'file',
'uploadfolder' => 'uploads/tx_flexslider',
'show_thumbs' => 1,
'size' => 5,
'size' => 1,
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
'disallowed' => '',
),
......
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