Skip to content

Instantly share code, notes, and snippets.

@kikmedia
Created September 22, 2012 06:36
Show Gist options
  • Save kikmedia/3765369 to your computer and use it in GitHub Desktop.
Save kikmedia/3765369 to your computer and use it in GitHub Desktop.
simple pagetree dca
$GLOBALS['TL_DCA']['tl_page']['fields']['mymodule'] = array (
'label' => & $GLOBALS['TL_LANG']['tl_page']['mymodule'],
'exclude' => true,
'inputType' => 'pageTree',
'eval' => array (
'fieldType' => 'radio',
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment