From 7f03acfa4fba386e25991f1b1bb42825e0d08b78 Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Mon, 27 Apr 2015 12:29:02 +0200 Subject: [PATCH] Revert "Fix the usability of the image size fields (see #7565)." This reverts commit a806ec05d57f9b48320aecc8ff6f8981d045fe08. --- src/Resources/contao/dca/tl_news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/contao/dca/tl_news.php b/src/Resources/contao/dca/tl_news.php index e1073de736..b780170550 100644 --- a/src/Resources/contao/dca/tl_news.php +++ b/src/Resources/contao/dca/tl_news.php @@ -281,7 +281,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