plz tell me why gallery image is not showing and why shopify giving broken html error this is my code below
{% if section.settings.view_text %}
{{ section.settings.custome_text }}
{% endif %}{% if section.settings.myimage %}
{% schema %}
{
“name”: “image with text”,
“settings”: [
{
“type”: “checkbox”,
“id”: “view_text”,
“label”: “enable text”,
“default”: false
},
{
“type”: “text”,
“id”: “custome_text”,
“label”: “zurain is here”
},
{
“type”: “image_picker”,
“id”: “myimage”,
“label”: “select image”
},
{
“type”: “url”,
“id”: “image_url”,
“label”: “Gallery Image Url”
},
{
“type”: “color”,
“id”: “background_color”,
“label”: “Background color”,
“default”: “#ffffff”
}
],
“blocks”: [
{
“type”: “gallery”,
“name”: “galelry”,
“settings”: [
{
“type”: “checkbox”,
“id”: “enable_gallery_img”,
“label”: “enable gallery image”,
“default”: false
},
{
“type”: “image_picker”,
“id”: “galry_image”,
“label”: “gallery image”
},
{
“type”: “url”,
“id”: “image_url”,
“label”: “Gallery Image Url”
}
]
}
],
“presets”: [
{
“name”: “custome gallery”,
“category”: “add custom gallery”,
“blocks”: [
{
“type”: “gallery”
},
{
“type”: “gallery”
}
]
}
]
}
{% endschema %}
{% stylesheet %}
{% endstylesheet %}
{% javascript %}
{% endjavascript %}