When using multiple imagepicker fields in a blueprint, only the first is formatted correctly.
Quickly looking at the inspector I can't see any JS console errors, but I can see all imagepicker fields have the same imagePicker-field ID. This is invalid HTML; IDs must be unique. The jQuery used to format the field should be looking for a classname, not an ID.
When using multiple imagepicker fields in a blueprint, only the first is formatted correctly.
Quickly looking at the inspector I can't see any JS console errors, but I can see all imagepicker fields have the same
imagePicker-field
ID. This is invalid HTML; IDs must be unique. The jQuery used to format the field should be looking for a classname, not an ID.