[TYPO3-mvc] Unwanted configuration options for FE plugins
Xavier Perseguers
typo3 at perseguers.ch
Fri Jul 17 09:52:07 CEST 2009
Hi Benno,
Benno Weinzierl wrote:
> Hi Xavier,
>
> you can exclude the fields with subtypes_excludelist in ext_tables.php:
>
> Example:
> $TCA['tt_content']['types']['list']['subtypes_addlist']['s2eventmanagement_events']
> = 'pi_flexform';
> $TCA['tt_content']['types']['list']['subtypes_excludelist']['s2eventmanagement_events']
> = 'layout,select_key,pages,layout';
Thanks for the hint and sorry for the delay of replying.
As said to Bastian, I knew that but forgot that I did it for my
old-style plugins and thus did not put it first for my newly-created
Extbase plugins.
Regards
--
Xavier Perseguers
http://xavier.perseguers.ch/en
One contribution a day keeps the fork away
More information about the TYPO3-project-typo3v4mvc
mailing list