[TYPO3-english] with multiple parameters in typoscript for f:cObject viewhelper ?
Dirk Wenzel
wenzel at webfox03.de
Wed Jul 24 19:55:06 CEST 2013
Am 08.07.13 15:15, schrieb bernd wilke:
> is it possible to transfer multiple paramters from a fluid-template to
> the typoscript?
Did you try to pass an array?
I guess it could be build with an alias viewhelper
<f:alias map="{data: {test: 'testValue', link: 'linkValue'}}">
<f:cObject typoscriptObjectPath='lib.test' data="{data}" />
</f:alias>
Kind regards
Dirk
More information about the TYPO3-english
mailing list