Closed jacksleight closed 1 year ago
A
entry:[collection]:[blueprint]
entry:pages:page
term:[taxonomy]:[blueprint]
term:categories:category
asset:[container]:(image|video|audio|svg|pdf|other)
asset:assets:video
B
entry:[collection]
entry:pages
term:[taxonomy]
term:categories
asset:[container]
asset:assets
C
entry:[blueprint]
entry:page
term:[blueprint]
term:category
asset:(image|video|audio|svg|pdf|other)
asset:video
With the simpler options you could still use collection:is="pages" etc. if you needed to filter on those values.
collection:is="pages"
A
entry:[collection]:[blueprint]
-entry:pages:page
term:[taxonomy]:[blueprint]
-term:categories:category
asset:[container]:(image|video|audio|svg|pdf|other)
-asset:assets:video
B
entry:[collection]
-entry:pages
term:[taxonomy]
-term:categories
asset:[container]
-asset:assets
C
entry:[blueprint]
-entry:page
term:[blueprint]
-term:category
asset:(image|video|audio|svg|pdf|other)
-asset:video
With the simpler options you could still use
collection:is="pages"
etc. if you needed to filter on those values.