Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active December 7, 2019 09:50
Show Gist options
  • Select an option

  • Save eS-IT/d6fea1d6351477505676a54f9ac5fc32 to your computer and use it in GitHub Desktop.

Select an option

Save eS-IT/d6fea1d6351477505676a54f9ac5fc32 to your computer and use it in GitHub Desktop.
contao_dca_Text
<?php
'mytext' => [
'label' => &$GLOBALS['TL_LANG'][$table]['mytext'],
'exclude' => true,
'sorting' => true,
'inputType' => 'text',
'eval' => ['maxlength'=>255, 'tl_class'=>'w50'],
'sql' => "varchar(255) NOT NULL default ''"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment