adobe/aem-core-email-components

Title Component - incorrect link when using campaign RTE Plugin

priyankpardiwala opened this issue · 0 comments

Authoring link as shown in the screenshot prefixes hostname. In a real world scenario, the entire link will be substituted by campaign server.

image

Actual output:
<a class="cmp-title__link" href="https://author1-clone.dev.troweprice.adobecqms.net%=targetData.ctaLink%">Email Title</a>

Expected output:
<a class="cmp-title__link" href="<%=targetData.ctaLink%>">Email Title</a>