I have the following code:
<sly data-sly-use.link="${'core.impl.view.tools.LinkUtils' @ path=properties.targetURL}"></sly>
I want to concatenate properties.linkType
to properties.targetURL
.
Any ideas how it can be done? I've found examples on the net but they don't seem to work for my situation.
${'{0}{1}' @ format=[properties.string1, properties.string2]}
. See github.com/Adobe-Marketing-Cloud/htl-spec/blob/master/… – Macedo