"blocks": [
{
"type": "image_block",
"name": "image_block",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image "
}
]
Use this paragraph to configure if you just want to add blocks of images.
A Shopify developer is attempting to add image blocks to a custom section called “media-url-with-text” but wants to embed images via URL input rather than using Shopify’s standard image picker.
The Problem:
Attempted Solutions:
image_picker type instead of url type for the block settingsCurrent Status:
"blocks": [
{
"type": "image_block",
"name": "image_block",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image "
}
]
Use this paragraph to configure if you just want to add blocks of images.