[Typo3] Get rid of startingpoint field for Plugin options

Guillaume Crico guillaume.crico at getronics.com
Mon May 2 10:00:05 CEST 2005


YaGi - Jaroslaw Gilewski a écrit :
> Hi list,
> 
> I'm creating the plugin with flexform. In my flexform xml i have 
> included te Startingpoint configuration. Now I have two startingpoint 
> configurations: one from flexform and one from standard plugin 
> configuration. How can I remove the second one from my Plugin form?
> 
> Thanks
> 
> Jarek

In your ext_tables.php file, you should modifiy or add this :
$TCA["tt_content"]["types"]["list"]["subtypes_excludelist"][$_EXTKEY."_pi1"]="comma,separated,list,fields,to,hide";

... where the field that vou want to hide is : pages



More information about the TYPO3-english mailing list