この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
表示
返信
いいね!の合計
You can use OOTB Component Reporting.
http://localhost:4502/etc/reports/compreport.html
Here you can also add filter if you are looking for usage of specific component under the content tree.
- Runal
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
Thanks Justin..It is showing all the places where the foo component is used...:) Can you please tell me how can I learn such queries in CQ? Is there any doc available in Adobe site?
Thanks
表示
返信
いいね!の合計
You might want to look at http://docs.adobe.com/docs/en/crx/2-3/developing/searching_in_crx.html and the various pages in the JCR specification linked to from that page.
表示
返信
いいね!の合計