[TYPO3-mvc] show fe plugin under new content element

Jacco van der Post jacco at id-internetservices.com
Tue Apr 26 16:57:55 CEST 2011


Hi,

I have a basic question, how can I can add an Extbase FE plugin to the 
list of Plugins when creating a new content element?

In the old way it was by entering something like this in ext_tables.php

if (TYPO3_MODE == 'BE') {
	$TBE_MODULES_EXT['xMOD_db_new_content_el']['addElClasses']['tx_jptest_pi1_wizicon'] = t3lib_extMgm::extPath($_EXTKEY).'pi1/class.tx_jptest_pi1_wizicon.php';
}


grt Jacco


More information about the TYPO3-project-typo3v4mvc mailing list