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

Marc Bastian Heinrichs typo3 at mbh-web.de
Tue Apr 26 18:14:50 CEST 2011


Hey,

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

this is not Extbase specific. You can use above this old way by a
special class or use the 4.3 way with pageTS:
http://buzz.typo3.org/people/steffen-kamper/article/the-new-content-element-wizard-in-version-43/

Best
Marc Bastian


More information about the TYPO3-project-typo3v4mvc mailing list