Peter Niederlag wrote: > Hi, > > is there an easy way to add some fields to > $TYPO3_CONF_VARS['FE']['addRootLineField'] with the installation of an > extension? Just do it in your ext_localconf.php file. $TYPO3_CONF_VARS['FE']['addRootLineField'] .= ',...'; regards, Ingmar