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”
}
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”
}