From 8ce40970930998d0c293206f60b020689dd909b4 Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Mon, 17 Nov 2014 14:23:48 +0100 Subject: [PATCH] Add an empty option to the image size select menu (see #7436) --- src/Resources/contao/dca/tl_faq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/contao/dca/tl_faq.php b/src/Resources/contao/dca/tl_faq.php index 692447c8ec..fde3ffc216 100644 --- a/src/Resources/contao/dca/tl_faq.php +++ b/src/Resources/contao/dca/tl_faq.php @@ -227,7 +227,7 @@ 'inputType' => 'imageSize', 'options' => System::getImageSizes(), 'reference' => &$GLOBALS['TL_LANG']['MSC'], - 'eval' => array('rgxp'=>'natural', 'nospace'=>true, 'helpwizard'=>true, 'tl_class'=>'w50'), + 'eval' => array('rgxp'=>'natural', 'includeBlankOption'=>true, 'nospace'=>true, 'helpwizard'=>true, 'tl_class'=>'w50'), 'sql' => "varchar(64) NOT NULL default ''" ), 'imagemargin' => array