Hi all,
query: site.childrenAndDrafts.filterBy(‘toggle’, ‘true’)
This only returns the childs and drafts from the root page.
Is it possible to query all childs from the whole page with subchilds etc?
Thx
Hi all,
query: site.childrenAndDrafts.filterBy(‘toggle’, ‘true’)
This only returns the childs and drafts from the root page.
Is it possible to query all childs from the whole page with subchilds etc?
Thx
How to use this in a blueprint?
site.index(true)
seems to work, thank you!