[TYPO3-dev] How to make children pages inherit of a parent page plugin

Geoffrey Kratz geoffreyk42 at gmail.com
Wed Apr 12 18:32:23 CEST 2017


Hi everybody,

I would like to know how i could make children pages (more than 10k) inherit a parent page plugin

The old way to make a plugin, was to make a pi1/class.tx_extkey_pi1.php file that extends \TYPO3\CMS\Frontend\Plugin\AbstractPlugin
and that it was easy to set in parent page and automatically the children pages.

Now, with a mvc plugin, i've got controllers than extends ActionController but i can't make it recursive.

Does somebody know a way to do it?

Big thank you for any help



More information about the TYPO3-dev mailing list