[TYPO3-mvc] Include a Extbase Plugin via Typoscript

Zalán Somogyváry zalan at gmx.net
Fri May 13 17:41:42 CEST 2011


Hi Paul,

Am 13.05.2011 um 16:00 schrieb Bader Paul:
> plugin.tx_st9headerslide {
> view {
>  templateRootPath = {$plugin.tx_st9headerslide.view.templateRootPath}
>  partialRootPath = {$plugin.tx_st9headerslide.view.partialRootPath}
>  layoutRootPath = {$plugin.tx_st9headerslide.view.layoutRootPath}
> }
> persistence {
>  #storagePid = {$plugin.tx_st9headerslide.persistence.storagePid}
>  storagePid = 70
> }
> }
> 
> 
> plugin.tx_st9headerslide.widgets {
>  listWidget = USER
>  listWidget {
>    userFunc = tx_extbase_core_bootstrap->run
>    pluginName = List
>    extensionName = st9headerslide
>    controller = Slideimage
>    action = list
>    switchableControllerActions {
>        Slideimage {
>            1 = list
>            }
>     } 
>     view =< plugin.tx_st9headerslide.view
>    persistence =< plugin.tx_st9headerslide.persistence
> }
> }
> 
> lib.header = COA
> lib.header.10 < plugin.tx_st9headerslide.widgets.listWidget


These seem wrong too: your plugin name is tx_st9headerslider isnt it? You've missed the r at the end.

Lg,
Zalán Somogyváry





More information about the TYPO3-project-typo3v4mvc mailing list