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)
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)
No comments:
Post a Comment
If you have any doubts or questions, please let us know.