[TYPO3-mvc] show fe plugin under new content element
Jacco van der Post
jacco at id-internetservices.com
Tue Apr 26 18:49:54 CEST 2011
Hi,
Op 26-4-2011 18:14, Marc Bastian Heinrichs schreef:
>> 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:
?? Well ok what should it say than, because in Extbase there is no
wizicon.php
Op 26-4-2011 17:40, Ingo Franzen schreef:
>
> in ext_tables.php it is like this:
>
> Tx_Extbase_Utility_Extension::registerPlugin(
> $_EXTKEY,
> 'Pi1',
> 'Test'
> );
>
>
> Tx_Extbase_Utility_Extension::configurePlugin(
> $_EXTKEY,
> 'Pi1',
> array(
> 'Fridge' => 'list, show, new, create, edit, update, delete, addFood',
> ),
>
This of course I have, else I wouldnt even be able to test my extension.
But I mean the new content element wizard. Now the plugin first needs to
be added as a General Plugin on a page.
thx Jacco
More information about the TYPO3-project-typo3v4mvc
mailing list