In Text component if I write <a href="mailto:{{abc}}">{{abc}}</a> and click on done.
I see value is stored correctly in CRX/DE but it is rendered as <a>{{userEmailAddress}}</a> on the Page.
I modified the text component with context = 'unsafe', now on page it comes up fine but as I open the dialog and view HTML source, HREF tag is removed.
If I write <a href="mailto:userEmailAddress">{{userEmailAddress}}</a> then everything is fine.
Is there any way I can stop the removal of HREF when I have curly braces { }.