[TYPO3-mvc] Unwanted configuration options for FE plugins
Xavier Perseguers
typo3 at perseguers.ch
Fri Jul 17 09:50:35 CEST 2009
Hi Bastian,
Bastian Waidelich wrote:
> Xavier Perseguers wrote:
>
> Hi,
>
>> When I develop a plugin with pibase and I define a FlexForm, I only
>> get options of my FlexForm, but when I do this with Extbase, the
>> Plugin tab still shows me option "Layout" (with Layout 1-3), "CODE"
>> and StartingPoint.
>
>> How can I remove them as I don't need them?
>
> You mean
>
> $TCA['tt_content']['types']['list']['subtypes_excludelist'][$_EXTKEY .
> '_myPlugin'] = 'layout,select_key,pages,recursive';
>
> in ext_tables.php ??
Exactly! Sorry for the delay and sorry to have posted this "problem" as
in fact in my old plugins I had this line for TCA but forgot to put it
again for my 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