Hi All
This is a follow up question from https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-how-to-make-href-to-ac...
I am trying to add a link to href in RTE with below format. ( this link will be processed by another system and AEM only serves the content via page )
format :- tel:${someproperty['value']}
I could get the value rendered by adding the regex to /apps/cq/xssprotection/config.xml ( the steps I mentioned in the ticket )
But everytime I open the dialog for authoring something else, the href which I authored gets removed and hence I have to re-author this value , each time I open the dialog for editing anything. Do anyone have any idea how to allow this kind of special properties as links in RTE ?
Thanks
Veena