Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Add an empty option to the image size select menu (see #7436)
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Nov 17, 2014
1 parent 1e2cc29 commit 8ce4097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ce4097

Please sign in to comment.