&$GLOBALS['TL_LANG']['tl_module']['esm_numberOfItems'], 'default' => 0, 'exclude' => true, 'inputType' => 'text', 'eval' => array('mandatory'=>true, 'rgxp'=>'natural', 'tl_class'=>'w50'), 'sql' => "smallint(5) unsigned NOT NULL default '0'" ); $GLOBALS['TL_DCA']['tl_module']['fields']['esm_clientsShowcase_template'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_module']['esm_clientsShowcase_template'], 'default' => '_clientsShowcase_default', 'exclude' => true, 'inputType' => 'select', 'options_callback' => array('tl_module_esm_clients', 'getClientsShowcaseTemplates'), 'eval' => array('tl_class'=>'w50'), 'sql' => "varchar(32) NOT NULL default ''" ); $GLOBALS['TL_DCA']['tl_module']['fields']['esm_clients_devices_template'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_module']['esm_clients_devices_template'], 'default' => '_project_devices_default', 'exclude' => true, 'inputType' => 'select', 'options_callback' => array('tl_module_esm_clients', 'getProjectDevicesTemplates'), 'eval' => array('tl_class'=>'w50'), 'sql' => "varchar(32) NOT NULL default ''" ); $GLOBALS['TL_DCA']['tl_module']['fields']['esm_clients_devices'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_module']['esm_clients_devices'], 'exclude' => true, 'inputType' => 'checkbox', 'options' => array('desktop','smartphone','tablet'), 'reference' => &$GLOBALS['TL_LANG']['ESM_CLIENTS']['REF']['devices'], 'eval' => array('mandatory'=>true, 'multiple'=>true), 'sql' => "varchar(128) NOT NULL default ''" ); $GLOBALS['TL_DCA']['tl_module']['fields']['esm_clients_devices_dimensions'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_module']['esm_clients_devices_dimensions'], 'exclude' => true, 'inputType' => 'imageSize', 'options' => array('proportional'), 'reference' => &$GLOBALS['TL_LANG']['MSC'], 'eval' => array('rgxp'=>'natural', 'includeBlankOption'=>true, 'nospace'=>true, 'tl_class'=>'w50'), 'sql' => "varchar(64) NOT NULL default ''" );