By default, the pages field lets the user select any page in a tree-view: It starts with top level pages and can be navigated down to grand children and futher. This is what I need, but I want to limit the selectable pages to listed ones. I found a way to use the query like
myField: type: pages query: children.listed
but this disables grand children selection. Is there an other way?
The downside of the query option is that the tree view gets lost and you get a flat list. If you don’t want the complete index, you can create a custom collection and query that.