Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saulovenancio/44afca8ea6ac86f63280d1ae9bf67723 to your computer and use it in GitHub Desktop.
Save saulovenancio/44afca8ea6ac86f63280d1ae9bf67723 to your computer and use it in GitHub Desktop.
AEM/CQ Querybuilder snippet
Find pages with CUG on it:
path=/content
type=cq:PageContent
property=cq:cugEnabled
property.value=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment