I have an FCE (Flexible Content Element) that has a container ROOT as usual and I want to wrap it with a link from a "link field" inside the FCE.
The issue is that the "Container for Elements" data structure doesn't have the field "Custom stdWrap" so I'm not able to easily add typolink.parameter.field = field_link
.
So how can I wrap the main div (mapped by Container for Elements) in a <a href>|</a>
using as link one of the link fields inside the FCE?
And I'd like to integrate this in the FCE itself not adding external typoscript.
Image of the templatevoila mapping. I wish to wrap the container ROOT with a <a href></a>
using as link the URL element's value.