Commit 167d67b8 authored by Andy Hausmann's avatar Andy Hausmann

Reconfigured field 'image' in TCA. Min and max items now set to 1.

parent d508890c
......@@ -137,6 +137,8 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'size' => 1,
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
'disallowed' => '',
'maxitems' => '1',
'minitems' => '1'
),
),
'link' => array(
......
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