


Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @ChadLeathers,
Detailed steps for retaining href with tel links is explained in below blog post.
Hi @ChadLeathers,
Detailed steps for retaining href with tel links is explained in below blog post.
Views
Replies
Total Likes
You will need to add the special link prefix via OSGI console (OSGI configuration),
This will enable the special link prefix only in the author environment. It's best practice to store this OSGI configuration in your code, so the configuration is distributed throughout your AEM environments upon content package installation.
Simply create an XML file under /apps/my-site/config/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl.xml, with the following context:
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
scheduler.concurrent="{Boolean}false"
scheduler.period="{Long}5"
service.bad_link_tolerance_interval="{Long}48"
service.cache_broken_internal_links="{Boolean}false"
service.check_override_patterns="[^system/]"
service.special_link_patterns=""
service.special_link_prefix="[javascript:,data:,mailto:,#,<!--,${,http:,https:,tel:]"/>