Skip to content

Instantly share code, notes, and snippets.

@paulrohrbeck
Created May 26, 2014 15:38

Revisions

  1. Paul Rohrbeck created this gist May 26, 2014.
    14 changes: 14 additions & 0 deletions typo3_optional_select
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    'feld' => array(
    'exclude' => 0,
    'label' => 'Feld Name',
    'config' => array(
    'type' => 'select',
    'items' => Array (
    Array("",0),
    ),
    'foreign_table' => 'tx_deinetabelle',
    'size' => 1,
    'minitems' => 0,
    'maxitems' => 1,
    ),
    ),