&$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 ''" );