[TYPO3-mvc] Unwanted configuration options for FE plugins

Bastian Waidelich bastian at typo3.org
Thu Jul 16 12:01:53 CEST 2009


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 ??

Bastian



More information about the TYPO3-project-typo3v4mvc mailing list