Hi @Asutosh_Jena_ , Thank you for your reply. My point is not to restrict this specific configuration, I wanted to know if we can have some sort of workaround by any means in AEM (not necessarily with DAY CQ link checker) so that We can achieve site specific configuration.Regards,AP
Hello All, I am aware of the fact that we need to make entry in "Day CQ Link Checker" in order to support href value as "tel:" like below: Question: There are multiple sites from different vendors ruuning at same AEM instrance. If we make changes like above, It will be applied across all other sites...
Thanks all for your reply. Root Cause: Some other project running on same instances have Link Transformer Implementation and one of its feature was to strip off script tag for page content. Ideally, we should do such implementation with Site Path as input parameter so It does not create issues for ...
Hi Umesh, Thank you for your reply. As I written above, We are using JS code directly in SIGHTLY HTML, not using any client lib. Do you still think, minification might be the issue? I verified again, its not minification issue. Regards,AP
Hello Team, AEM version: 6.5.6In publish instance, all JavaScript code written in slightly html get removed automatically . Anyone having some idea around it.Eg.In one of component sightly html:<script type=...>var a = "1222";</script> PROBLEM: In author instance, we get this variable with wcmmode=d...
Hi All, Thank you for your reply. We introduced a new site recently and this site path was not present in existing custom Lucene index. After including the new site Path, All works fine now . Thanks.
Hello Team, We have come across a very weird issue in Publish instance .AEM 6.5.6In author, Below Query gives me result through Query Builder tool but in Publish, It returns nothing. Not only this , all other queries also do not return any result.We have 3 publish instances and getting same problem ...
Hello Team, Below code is part of one Sightly HTML:<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script><script>var hello = new Swiper(".artcile-page", {mousewheel: true,});</script>PROBLEM:In author view source, we can see this piece of code. But in Publish page, only <script src="h...