Solved
How to remove the wrapping div when using data-sly-resource?
Hi all,
currently we have a setup that includes a page using the following snippet:
<sly data-sly-resource="${item.path @ selectors='link', wcmmode='disabled'}"></sly>this results in
<div class="base-page case-detail-page page"> <a href="">Name</a> </div>
Is there a way to remove the div and just keep the a href?
Much appreciated!
Regards
Mario