[TYPO3-mvc] switchableControllerAction via TypoScript in trunk/

Franz Koch typo3.RemoveForMessage at elements-net.de
Wed Jan 26 23:23:25 CET 2011


Hey guys,

>> is it still possible to set the switchableControllerActions via TypoScript?
>>
>> Seems only possible via FleForm now. ;(
>
> I think so, but you could only set controller/action pairs, which are
> defined in your ext_localconf.php.

Not sure if this is still true.


Peter, try setting the switchableControllerActions like this:

plugin.tx_extkey.switchableControllerActions {
	NameOfController {
		1 = action1
		2 = action2
	}
}

So in a array like way and not comma separated like before (no clue why 
that changed).

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list