&$GLOBALS['TL_LANG']['tl_page']['sb_imageUrl'], 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('fieldType'=>'checkbox', 'multiple'=>true, 'files'=>true, 'filesOnly'=>true, 'extensions'=>'jpg,gif,png,jpeg','orderField'=>'sb_imageOrder','isGallery'=>true), 'sql' => 'blob NULL' ); $GLOBALS['TL_DCA']['tl_page']['fields']['sb_imageOrder'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_page']['sb_imageOrder'], 'sql' => "blob NULL" ); $GLOBALS['TL_DCA']['tl_page']['fields']['sb_imageSize'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_page']['sb_imageSize'], 'exclude' => true, 'inputType' => 'imageSize', 'options' => System::getImageSizes(), 'reference' => &$GLOBALS['TL_LANG']['MSC'], 'eval' => array('rgxp'=>'natural', 'includeBlankOption'=>true, 'nospace'=>true, 'helpwizard'=>true, 'tl_class'=>'w50'), 'sql' => "varchar(64) NOT NULL default ''" ); $GLOBALS['TL_DCA']['tl_page']['fields']['sb_imageIgnore'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_page']['sb_imageIgnore'], 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class'=>'w50 m12'), 'sql' => "char(1) NOT NULL default ''" );