Hi,
We are adding "x-cq-linkchecker" attribute to anchor tag using RTE link customization , Value stored in JCR but when we render using sightly code "x-cq-linkchecker" is removed from anchor tag.
AEM Version: AEM Cloud as service (Local Jar file)
JCR data:
Rendered content:
HTL code:
Using Core components Text(V2)
<p class="cmp-text__paragraph"
data-sly-unwrap="${textModel.isRichText}">${text @ context = textModel.isRichText ? 'html' : 'text'}</p>