Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

How can we disable Link Checker for phone numbers, in the Text and Title component?

Avatar

Level 3
Is it possible to disable the link checker for the Text and Title components, when we have a telephone link, like "tel:1-222-333-4444" ?
 
sean12341_0-1679692636863.png

 

As you can see above, AEM's link checker will invalidate that link.
sean12341_4-1679692956946.png

 


I have tried to add all paths starting with "tel:" to the blacklist in configMgr's Link Checker Transformer, but I am still getting the same issue.
sean12341_3-1679692887617.png

 

 
Thank you, 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You can achieve this in 2 ways I believe. Using sightly x-cq-linkchecker="valid" and OSGI configs.

http://www.wemblog.com/2011/10/how-to-make-sure-that-links-are-always.html?m=1

its possible that some time even after changing the OSGI configs the link checker might not have run again. Check this to delete th existing invalid link from aem and hopes after this it will read the latest link checker configuration 

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/external-link...

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

You can achieve this in 2 ways I believe. Using sightly x-cq-linkchecker="valid" and OSGI configs.

http://www.wemblog.com/2011/10/how-to-make-sure-that-links-are-always.html?m=1

its possible that some time even after changing the OSGI configs the link checker might not have run again. Check this to delete th existing invalid link from aem and hopes after this it will read the latest link checker configuration 

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/external-link...