I try to form the following Fluid Viewhelper to a inline version:
<f:cObject typoscriptObjectPath="lib.infoBox" data="{pageUid: '{data.uid}', colPos: '7'}"/>
I tried a lot of things but what I thought it should be:
{f:cObject(typoscriptObjectPath: lib.infoBox, data: {pageUid: '{data.uid}', colPos: '7'})}
But unfortunately its not working. Whats the right line here? I need to put it into an f:if to check if its empty.
Thanks.
Solution:
Note: the quotes in the inner values of the data array must be escaped.