Hi everyone
I want to have a field that allows the user to pick children pages of a different page. I also want to be able to control the order of them.
The only solution I came up with is using structure field:
sections:
works:
type: fields
fields:
works:
type: structure
fields:
image:
label: Image
type: select
options:
type: query
query: page('works').children.published
this is actually a good solution for me - the only problem is that I would like to show the image from the selected pages in the preview of the field in the panel. Is there a way to achieve that without creating a custom field?
Thanks in advance