Hi There,
On my about page, there is suddenly an HTML Error, It wasn’t there before.
Can someone help me to find out what I can do about it?
{%- if section.settings.space_around -%}
{% schema %}
{
“name”: “t:sections.advanced-content.name”,
“max_blocks”: 3,
“settings”: [
{
“type”: “checkbox”,
“id”: “full_width”,
“label”: “t:sections.advanced-content.settings.full_width.label”
},
{
“type”: “checkbox”,
“id”: “space_around”,
“label”: “t:sections.advanced-content.settings.space_around.label”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “alt”,
“label”: “t:sections.advanced-content.settings.alt.label”
}
],
“blocks”: [
{
“type”: “liquid”,
“name”: “t:sections.advanced-content.blocks.html.name”,
“settings”: [
{
“type”: “liquid”,
“id”: “code”,
“label”: “t:sections.advanced-content.blocks.html.settings.code.label”,
“default”: “
Custom content
Use this advanced section to build your own layouts or to add custom HTML, Liquid, or scripts.
”,“info”: “t:sections.advanced-content.blocks.html.settings.code.info”
},
{
“type”: “select”,
“id”: “width”,
“label”: “t:sections.advanced-content.blocks.html.settings.width.label”,
“default”: “100%”,
“options”: [
{
“value”: “25%”,
“label”: “25%”
},
{
“value”: “33%”,
“label”: “33%”
},
{
“value”: “50%”,
“label”: “50%”
},
{
“value”: “66%”,
“label”: “66%”
},
{
“value”: “75%”,
“label”: “75%”
},
{
“value”: “100%”,
“label”: “100%”
}
]
},
{
“type”: “select”,
“id”: “alignment”,
“label”: “t:sections.advanced-content.blocks.html.settings.alignment.label”,
“default”: “center”,
“info”: “t:sections.advanced-content.blocks.html.settings.alignment.info”,
“options”: [
{
“value”: “top-middle”,
“label”: “t:sections.advanced-content.blocks.html.settings.alignment.options.top-middle.label”
},
{
“value”: “center”,
“label”: “t:sections.advanced-content.blocks.html.settings.alignment.options.center.label”
},
{
“value”: “bottom-middle”,
“label”: “t:sections.advanced-content.blocks.html.settings.alignment.options.bottom-middle.label”
}
]
}
]
},
{
“type”: “image”,
“name”: “t:sections.advanced-content.blocks.image.name”,
“settings”: [
{
“type”: “image_picker”,
“id”: “image”,
“label”: “t:sections.advanced-content.blocks.image.settings.image.label”
},
{
“type”: “url”,
“id”: “link”,
“label”: “t:sections.advanced-content.blocks.image.settings.link.label”
},
{
“type”: “select”,
“id”: “width”,
“label”: “t:sections.advanced-content.blocks.image.settings.width.label”,
“default”: “100%”,
“options”: [
{
“value”: “25%”,
“label”: “25%”
},
{
“value”: “33%”,
“label”: “33%”
},
{
“value”: “50%”,
“label”: “50%”
},
{
“value”: “66%”,
“label”: “66%”
},
{
“value”: “75%”,
“label”: “75%”
},
{
“value”: “100%”,
“label”: “100%”
}
]
},
{
“type”: “select”,
“id”: “alignment”,
“label”: “t:sections.advanced-content.blocks.image.settings.alignment.label”,
“default”: “center”,
“info”: “t:sections.advanced-content.blocks.image.settings.alignment.info”,
“options”: [
{
“value”: “top-middle”,
“label”: “t:sections.advanced-content.blocks.image.settings.alignment.options.top-middle.label”
},
{
“value”: “center”,
“label”: “t:sections.advanced-content.blocks.image.settings.alignment.options.center.label”
},
{
“value”: “bottom-middle”,
“label”: “t:sections.advanced-content.blocks.image.settings.alignment.options.bottom-middle.label”
}
]
}
]
}
],
“presets”: [
{
“name”: “t:sections.advanced-content.presets.custom_content.name”,
“blocks”: [
{
“type”: “image”,
“settings”: {
“width”: “50%”
}
},
{
“type”: “liquid”,
“settings”: {
“width”: “50%”
}
}
]
}
]
}
{% endschema %}
