Unwrap data-sly-resource
Hi,
I need to use data-sly-resource to import some custom components.
I'm using this snippet:
<div data-sly-resource="${'link' @ resourceType='my-project/components/link-large', decoration=true}" data-sly-unwrap></div>
In this case the data-sly-unwrap attribute doesn't seems to work. The result is:
<div class="link">
<a>...mycomponent</a>
</div>
What I missed?