Just a quick question, why when logged out is there still so much apostrophe-generated code?
I completed the tutorial on page-links and was expecting the rendered HTML to only contain what I specified in my widgets html (in my case a single anchor tag)
instead it’s wrapped in all sorts of apostrophe clutter
<div class="apos-area" data-apos-area="">
<div class="apos-area-widget-wrapper" data-apos-widget-wrapper="page-link">
<div class="apos-area-widget" data-apos-widget="page-link" data-apos-widget-id="w57323936527548614" data="{"_id":"w57323936527548614","pageId":"cj64eyzyu0004zwg4cgtqvs7g","type":"page-link"}" data-options="{"edit":false}">
<a href="/link">Link here</a>
</div>
</div>
I can understand this is needed for the editor side (when logged in) but why is it still rendered when logged out?
Is there a way to keep your widget’s code clean of this apostrophe generated wrappers?