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
TXT
I've tried adding `min: 3` but that doesn't work. Is this possible?