Skip to content

Instantly share code, notes, and snippets.

@hogollo
Created March 6, 2012 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hogollo/1989835 to your computer and use it in GitHub Desktop.
Save hogollo/1989835 to your computer and use it in GitHub Desktop.
Contao: DCA input text
'field' => array
(
'label' => &$GLOBALS['TL_LANG']['tl_path']['name'],
'exclude' => true,
'search' => true,
'inputType' => 'text',
'eval' => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'w50')
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment