Thanks for your reply. This is the block’s code if that’s what you meant:
I have also posted a separate question here with a little bit more information: https://community.shopify.com/c/shopify-design/injecting-svgs-into-quot-text-columns-with-images-quot-block/td-p/1684448
{% schema %}
{
"name": "Text columns with images",
"max_blocks": 6,
"settings": [
{
"type": "select",
"id": "style",
"label": "Style",
"options": [
{
"value": "default-style",
"label": "Default"
},
{
"value": "accent-style",
"label": "Accent"
},
{
"value": "contrast-style",
"label": "Contrast"
}
],
"default": "default-style"
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Text columns with images"
},
{
"type": "range",
"id": "max_image_width",
"min": 25,
"max": 100,
"step": 1,
"unit": "%",
"label": "Image width",
"default": 100
}
],
"blocks": [
{
"type": "text_column",
"name": "Column",
"settings": [
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Feature title"
},
{
"type": "richtext",
"id": "caption",
"label": "Text",
"default": "
Display up to six features with an option to toggle images on or off, and add unique calls to action.
"
},
{
"type": "text",
"id": "button_text",
"label": "Button text"
},
{
"type": "url",
"id": "button_link",
"label": "Link URL"
},
{
"type": "image_picker",
"id": "image",
"label": "Image"
}
]
}
],
"presets": [
{
"category": "Text",
"name": "Text columns with images",
"blocks": [
{
"type": "text_column"
},
{
"type": "text_column"
},
{
"type": "text_column"
}
]
}
],
"templates": [
"index",
"product",
"page"
]
}
{% endschema %}