I'm using fluidcontent and I would like to render a plugin in a content-element. Therefore I created the following COA:
form = COA
form {
15 < tt_content.list.20.extname_form
15.settings.id = |
}
This object is getting rendered in the fluid template with the cOject viewhelper.
<f:cObject typoscriptObjectPath="form" data="testId" />
The rendering process works fine.
The problem is that I can't access the data variable inside the COA object. In the form template the content of the variable settings.id is |
and not testId
.
I tried to render the plugin with the vhs viewhelper request.render, but also there I have the problem passing variables.
<v:render.request action="request" controller="Form" extensionName="ExtName" pluginName="Form" vendorName="VendorName" arguments="{_all}" />