Uploading Images Error message: file name must be ID of image setting

Thanks for the screenshot it helps a lot.

replace:

{

“type”: “image_picker”,

“id”: “slide_1.jpg”,

“label”: “Image”,

“max-width”: 884

}

with

{

“type”: “image_picker”,

“id”: “slide_1”,

“label”: “Image”

}