AEM- How to make href to accept custom tel: tags ?
Hi All
I have a requirement where I need to add a property in the below format for a tel: attribute as phone number in a tag for RTE. Note :- tel: prefix is enabled in Day CQ Link Checker Service, so normal tel: numbers will work fine.
format :- tel:${someproperty['value']}
The issues I am facing are below.
Issue 1) I need to add something like above as the tel: value in the RTE .

When I add this, I need this to be visible in my href in the HTML. This works fine when I use @2941342="unsafe" , but I don't want to go that route yet. It might be my last resort.
While using @2941342="unsafe"

While using @2941342='html'

What I have done?
1. Added the below regex to /apps/cq/xssprotection/config.xml

2. Added this to href attribute

Even restarted the instance . Still I am not getting the property rendered in the HTML. I might be missing something here. Any help is appreciated .
TIA
Veena
