[TYPO3-mvc] show fe plugin under new content element
Marc Bastian Heinrichs
typo3 at mbh-web.de
Wed Apr 27 10:15:07 CEST 2011
Hey,
> 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
Yes, but you could write the hook class yourself.
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/3/13/#id2515795
Best
Marc Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list