Skip to content

Commit

Permalink
Add 2.11 Crop-mode compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair Winans committed Mar 16, 2012
1 parent 8bb3ce8 commit bd7e03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_content.php
Expand Up @@ -91,7 +91,7 @@
'label' => &$GLOBALS['TL_LANG']['tl_content']['smoothThumbsize'],
'exclude' => true,
'inputType' => 'imageSize',
'options' => array('crop', 'proportional', 'box'),
'options' => $GLOBALS['TL_CROP'],
'reference' => &$GLOBALS['TL_LANG']['MSC'],
'eval' => array('rgxp'=>'digit', 'nospace'=>true, 'tl_class'=>'w50')
);
Expand Down

0 comments on commit bd7e03e

Please sign in to comment.