Skip to content

Instantly share code, notes, and snippets.

@BenjaminBeck
Created January 20, 2014 12:02
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 BenjaminBeck/8518877 to your computer and use it in GitHub Desktop.
Save BenjaminBeck/8518877 to your computer and use it in GitHub Desktop.
<?'user' => array(
'exclude' => 0,
'label' => 'LLL:EXT:list/Resources/Private/Language/locallang_db.xml:tx_list_domain_model_article.user',
'config' => array(
'items' => array (
array('',0),
),
'type' => 'select',
'foreign_table' => 'fe_users',
'minitems' => 0,
'maxitems' => 1,
'appearance' => array(
'collapseAll' => 0,
'levelLinksPosition' => 'top',
'showSynchronizationLink' => 1,
'showPossibleLocalizationRecords' => 1,
'showAllLocalizationLink' => 1
),
),
),?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment