Hi All,
I need help to filter out the child pages of a node, but want its jcr:content and its properties while checking out from AEM usin vault checkout .
See screenshot attached: I want only the highlighted part.
[img]AEM.JPG[/img]
I tried with the following \META-INF\vault\filter.xml, But its not working.
<?xml version="1.0" encoding="UTF-8"?> <workspaceFilter version="1.0"> <filter root="/content"> <include pattern="/content/TestPage/^jcr.*" /> </filter> </workspaceFilter>
Thanks
Prashant
Views
Replies
Total Likes