Solved
How to find brief history of component?
Hi,
I have created one component. I just want to know in which page and how many places(pages) this component is being used.
Is there any way to find in CQ?
Thanks
Hi,
I have created one component. I just want to know in which page and how many places(pages) this component is being used.
Is there any way to find in CQ?
Thanks
Hi,
Assuming your component is included dynamically, you can do this with a search. Something like //element(*)[@sling:resourceType='myco/components/content/foo']
Will show you all the places where the foo component is used.
Regards,
Justin
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.