I want to implement a field that lists certain children of a page, but I must filter them by their category to display only one kind. Something like this:
related:
label: Related
type: structure
entry: {{related}}
fields:
related:
label: Post
type: select
options: query
query:
page: posts
category: sample // something like this
I use this inside a structure field for a kind of a “related pages” field, so maybe the next step is to create a collection field that extends the structure only for a single field: an entity.