April 23, 2020
Estimated Post Reading Time ~ < 1 Min

AEM How many Templates or Components are currently used

Solution:
How many templates are currently used

To see the number of templates currently on the server use a repository query; via CRXDE - Tools - Query:
  • Type XPath
  • Path /
  • Query //element(*, cq:Template)
How many components are currently used
To see the number of components currently on the server use a repository query; via CRXDE - Tools - Query:
  • Type XPath
  • Path /
  • Query //element(*, cq:Component)
aem4beginner.blogspot


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.

Ad Blocker Detected :(

Please consider supporting us by disabling your ad blocker.

Please Disable your adblocker and Refresh the page to view the site content.