[TYPO3-mvc] switchableControllerAction via TypoScript in trunk/

Franz Koch typo3.RemoveForMessage at elements-net.de
Thu Jan 27 12:49:48 CET 2011


Hi Peter,

> it used to be possible by:
>
> # use pluginSignature.settings to override/set
> # switchableControllerActions
> plugin.tx_extkey_pi1.settings.switchableControllerActions {
> NameOfController {
> 1 = action1
> 2 = action2
> }
> }

IIRC switchableControllerActions NEVER where inside "settings" like in 
your TS snippet - they've always been in root level of the plugin 
configuration (and that's consistent for TS and flexforms).
SwitchableControllerActions are part of the plugin/framework 
configuration, whereas "settings" is a container for custom 
settings/options provided by the extension developer to adjust special 
plugin features.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list