Hi All ,
I am using
<links jcr:primaryType="nt:unstructured" features="*"/>
plugin to create hyperlink in RTE , but in console it's showing me error "cannot read property length of null" . All other RTE plugins are working except link plugin and I am not able to create hyperlink .
Can anyone suggest what I am missing .
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Reference link:- http://www.wemblog.com/2011/10/how-to-make-sure-that-links-are-always.html
//
You can add x-cq-linkchecker="valid" parameter in the <a> tag to make sure that links are always mark as valid by CQ. In this case link checker will check the link but will mark it valid.
You can optionally use x-cq-linkchecker="skip" in the <a> as well. In this case link checker will not even check for validity for link.
Option 2: You can disable external link checker entirely by going to felix console
Option 3: Additionally you can add override pattern to disable link checking for certain domain
~kautuk
Views
Replies
Total Likes
Add x-cq-linkchecker="valid" parameter in the <a> tag to make sure that links are always mark as valid by CQ.
Views
Replies
Total Likes
Hi
Reference link:- http://www.wemblog.com/2011/10/how-to-make-sure-that-links-are-always.html
//
You can add x-cq-linkchecker="valid" parameter in the <a> tag to make sure that links are always mark as valid by CQ. In this case link checker will check the link but will mark it valid.
You can optionally use x-cq-linkchecker="skip" in the <a> as well. In this case link checker will not even check for validity for link.
Option 2: You can disable external link checker entirely by going to felix console
Option 3: Additionally you can add override pattern to disable link checking for certain domain
~kautuk
Views
Replies
Total Likes
Kanika Gera wrote...
Add x-cq-linkchecker="valid" parameter in the <a> tag to make sure that links are always mark as valid by CQ.
Thanks for your responses .I know of x-cq-linkchecker="skip" .
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies