Created
October 31, 2014 16:56
-
-
Save paulrohrbeck/ad841988fa4e4cfb8596 to your computer and use it in GitHub Desktop.
AEM/CQ Querybuilder snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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