Minimum and maximum number of list items (blueprint)

I’ve using a blueprint to create a list of images to make a slideshow. I want to have a minimum of 3 items, and a max of X.

—yaml
fields:
.image:
label: Select Image
type: pagemediaselect


I've tried adding `min: 3` but that doesn't work. Is this possible?

hi,have the same issue, did you resolve it ?

I don’t think theres an option for this but you could limit the output in your twig file.

thanks, i did that already

No that is not possible right now. You can open an issue to request such feature to be included in a future release.

thanks @flaviocopes, open here https://github.com/getgrav/grav-plugin-admin/issues/720

FYI, this has been implemented with https://github.com/getgrav/grav-plugin-admin/pull/1113