Hi, I've got a problem with selecting multiple images with the pagemediaselect field. If I enable
multiple: true
in my blueprint file and then pick multiple images with it. I get this error
[twig error](//muut.com/u/getgrav/s3/:getgrav:iAiP:knipsel.png.jpg)
This is my complete blueprint file
extends@: default
form:
fields:
tabs:
fields:
referenties:
type: tab
title: Referenties
fields:
header.referenties:
type: list
fields:
.image:
type: pagemediaselect
label: image
multiple: true
Am I doning something wrong or is it a bug?