Skip to content

Commit

Permalink
Get list of available image sizes in dialog (fix #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Jul 27, 2015
1 parent 73ab1f1 commit a29497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contao/dca/tl_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'label' => &$GLOBALS['TL_LANG']['tl_page']['size'],
'exclude' => true,
'inputType' => 'imageSize',
'options' => $GLOBALS['TL_CROP'],
'options' => \System::getImageSizes(),
'reference' => &$GLOBALS['TL_LANG']['MSC'],
'eval' => [
'rgxp' => 'digit',
Expand Down

0 comments on commit a29497e

Please sign in to comment.