Hello,
I am using /apps/core/wcm/components/carousel/v1/carousel/ as the reference
As per the document https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wc...
I noticed that on clicking the next or previous button using the
data-cmp-hook-carousel="previous" data-cmp-hook-carousel="next"
it causes the URL to append with #panel_id
My requirement:
I don't need the #panel_id in URL , how to remove the deep linking .
I tried using window.history.pushstate , but this show up #panel_id in the URL, then after some delay using set timeout we can remove this , but I don't need this at all to appear in the URL.
Could you please provide inputs as how this can be achieved.
Regards,
Srinivas
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Srinivas_Opti
The clintlibs reposible to update hash is here :
you may need to overlay this component to add your own updated clienlibs
Hello,
Any input on this will be helpfull
Regards,
Srinivas
Views
Replies
Total Likes
Hi @Srinivas_Opti
The clintlibs reposible to update hash is here :
you may need to overlay this component to add your own updated clienlibs
Views
Likes
Replies