Hi there,
I'm having some trouble with filepicker and pagemediaselect.
When I pick multiple images using 'pagemediaselect' the form returns empty. But when looking at the frontmatter the files are there, and it's rendered on the website. The same goes for filepicker. I've tried with validate: commalist - but it doesn't work eater.
Picking images:
After saving:
YAML
fields:
.headline:
title: headline
type: text
label: Headline
.images:
type: pagemediaselect
preview_images: true
label: Images
multiple: true
validate:
type: array