[TYPO3-mvc] Load extbase plugin with typoscript in TYPO3 6.0

Roland most.wanted at gmx.at
Tue Jan 22 11:14:34 CET 2013


hi everybody,

i just discovered my mistake:

a TS template that cleared all TS constants/setup was up the page tree. 
so the TS generated by configurePlugin() had no effect the page where i 
tried to ouput the plugin!

at the moment i can avoid to clear the default TS, but i am sure that 
there will be projects/scenarios where it will be necessary to clear TS 
on some parts of the page tree.

in these situations it would be handy/neccessary that you can configure 
a extbase plugin via TS, wouldn't it? is this still possible?

this did not work for me:

--- quote ---

page.10 = USER
page.10 {
   userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
   pluginName = MyPluginName
   extensionName = MyExtensionName
}

--- /quote --

kind regards

roland


More information about the TYPO3-project-typo3v4mvc mailing list