[TYPO3-mvc] Unwanted configuration options for FE plugins

Benno Weinzierl benno_weinzierl at web.de
Thu Jul 16 12:08:26 CEST 2009


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';

But according to this article the StartingPoint may be needed:
http://buzz.typo3.org/people/sebastian/article/finetuning-extbase/

Is there a way to get back to the old behavior of fetching the records 
globally? Some flag to set?
Because since i updated the extbase from trunk i cannot get any records with 
the findAll() Method.

I explicitly want to read the records globally. Is there a way to do that? I 
think it is not a good idea to define the active page as default because a 
lot of Developers who are not so into TYPO3 will have a Problem right from 
the beginning.

Benno



"Xavier Perseguers" <typo3 at perseguers.ch> schrieb im Newsbeitrag 
news:mailman.1.1247735528.1539.typo3-project-typo3v4mvc at lists.netfielders.de...
> 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?
>
> -- 
> Xavier Perseguers
> DBAL-Member
>
> http://xavier.perseguers.ch/en/tutorials/typo3.html
> 




More information about the TYPO3-project-typo3v4mvc mailing list