AEMaaCS aria-label for links, Rich Text Editor cq/gui/components/authoring/dialog/richtext
For some reason whenever I view my page in publish mode, the aria-label is gone... for example <a href="home.html" aria-label="home page">Home</a>
for: cq/gui/components/authoring/dialog/richtextI literally updated the crx/de with aria-label, and done @ context = 'html'
turns into:
<a href="home.html">Home</a>
How can I retain the aria-label="home page"?
Please help, thanks!