Hi,
I am trying to add links to the images in this grid feature on empire and i got this far but for some reason the link does not redirect away from the page. It just refreshes it.
What am i missing?
{% schema %}
{
"name": "Grid",
"class": "promo-grid--section",
"max_blocks": 20,
"settings": [
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Grid"
},
{
"id": "section_height",
"type": "select",
"label": "Image height",
"options": [
{
"value": "small",
"label": "Small"
},
{
"value": "medium",
"label": "Medium"
},
{
"value": "large",
"label": "Large"
},
{
"value": "natural",
"label": "Natural"
}
],
"default": "small"
},
{
"id": "section_columns",
"type": "range",
"label": "Number of columns",
"min": 1,
"max": 4,
"step": 1,
"default": 2
},
{
"id": "text_alignment",
"type": "select",
"label": "Text alignment",
"options": [
{
"value": "top-left",
"label": "Top left"
},
{
"value": "top-center",
"label": "Top center"
},
{
"value": "top-right",
"label": "Top right"
},
{
"value": "center-left",
"label": "Center left"
},
{
"value": "center-center",
"label": "Center center"
},
{
"value": "center-right",
"label": "Center right"
},
{
"value": "bottom-left",
"label": "Bottom left"
},
{
"value": "bottom-center",
"label": "Bottom center"
},
{
"value": "bottom-right",
"label": "Bottom right"
}
],
"default": "top-left"
}
],
"blocks": [
{
"type": "promotion",
"name": "Promotional item",
"settings": [
{
"id": "image",
"type": "image_picker",
"label": "Image"
},
{
"type": "select",
"id": "background_position",
"label": "Background position",
"options": [
{
"value": "top-left",
"label": "Top left"
},
{
"value": "top-center",
"label": "Top center"
},
{
"value": "top-right",
"label": "Top right"
},
{
"value": "center-left",
"label": "Center left"
},
{
"value": "center-center",
"label": "Center center"
},
{
"value": "center-right",
"label": "Center right"
},
{
"value": "bottom-left",
"label": "Bottom left"
},
{
"value": "bottom-center",
"label": "Bottom center"
},
{
"value": "bottom-right",
"label": "Bottom right"
}
],
"default": "center-center"
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Grid"
},
{
"type": "textarea",
"id": "text",
"label": "Text",
"default": "Use this section to welcome customers to your store, say a bit about your brand, or share news."
},
{
"type": "color",
"id": "color",
"label": "Text color",
"default": "#4d4d4d"
},
{
"type": "url",
"id": "link_1",
"label": "Link"
},
{
"type": "text",
"id": "text_1",
"label": "Button text"
},
{
"type": "color",
"id": "color_1",
"label": "Button color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_1",
"label": "Background color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "color_hover_1",
"label": "Button Hover color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_hover_1",
"label": "Background Hover color",
"default": "#4d4d4d"
},
{
"type": "url",
"id": "link_2",
"label": "Link"
},
{
"type": "text",
"id": "text_2",
"label": "Button text"
},
{
"type": "color",
"id": "color_2",
"label": "Button color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_2",
"label": "Background color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "color_hover_2",
"label": "Button Hover color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_hover_2",
"label": "Background Hover color",
"default": "#4d4d4d"
},
{
"type": "url",
"id": "link_3",
"label": "Link"
},
{
"type": "text",
"id": "text_3",
"label": "Button text"
},
{
"type": "color",
"id": "color_3",
"label": "Button color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_3",
"label": "Background color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "color_hover_3",
"label": "Button Hover color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_hover_3",
"label": "Background Hover color",
"default": "#4d4d4d"
},
{
"type": "url",
"id": "link_4",
"label": "Link"
},
{
"type": "text",
"id": "text_4",
"label": "Button text"
},
{
"type": "color",
"id": "color_4",
"label": "Button color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_4",
"label": "Background color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "color_hover_4",
"label": "Button Hover color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_hover_4",
"label": "Background Hover color",
"default": "#4d4d4d"
},
{
"type": "url",
"id": "link_5",
"label": "Link"
},
{
"type": "text",
"id": "text_5",
"label": "Button text"
},
{
"type": "color",
"id": "color_5",
"label": "Button color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_5",
"label": "Background color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "color_hover_5",
"label": "Button Hover color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_hover_5",
"label": "Background Hover color",
"default": "#4d4d4d"
},
{
"type": "url",
"id": "link_6",
"label": "Link"
},
{
"type": "text",
"id": "text_6",
"label": "Button text"
},
{
"type": "color",
"id": "color_6",
"label": "Button color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_6",
"label": "Background color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "color_hover_6",
"label": "Button Hover color",
"default": "#4d4d4d"
},
{
"type": "color",
"id": "bg_hover_6",
"label": "Background Hover color",
"default": "#4d4d4d"
},
{
"type": "url",
"id": "image_link",
"label": "Image link"
},
{
"type": "header",
"content": "Overlay"
},
{
"id": "show_overlay",
"type": "checkbox",
"label": "Show overlay"
},
{
"id": "background",
"type": "color",
"label": "Color"
},
{
"id": "opacity",
"type": "range",
"label": "Opacity",
"min": 1,
"max": 100,
"step": 1,
"unit": "%",
"default": 50
}
]
}
],
"presets": [
{
"name": "Grid",
"category": "Image",
"blocks": [
{
"type": "promotion"
},
{
"type": "promotion"
},
{
"type": "promotion"
},
{
"type": "promotion"
}
]
}
],
"templates": [
"index",
"product",
"page",
"collection",
"customers/login"
]
}
{% endschema %}
