Wardrobes
{% if section.settings.heading != blank %}
{% schema %}
{
"name": "Wardrobe circles",
"tag": "section",
"settings": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Shop by Wardrobe Type"
},
{
"type": "text",
"id": "subheading",
"label": "Subheading",
"default": "Choose a style to explore our full range"
},
{
"type": "range",
"id": "heading_size",
"label": "Heading font size",
"min": 18,
"max": 48,
"step": 2,
"default": 28
},
{
"type": "range",
"id": "circle_size",
"label": "Circle size (px)",
"min": 80,
"max": 200,
"step": 10,
"default": 130
},
{
"type": "range",
"id": "gap",
"label": "Space between circles",
"min": 10,
"max": 60,
"step": 5,
"default": 30
},
{
"type": "range",
"id": "label_size",
"label": "Label font size",
"min": 11,
"max": 20,
"step": 1,
"default": 14
},
{
"type": "range",
"id": "border_width",
"label": "Circle border width",
"min": 0,
"max": 6,
"step": 1,
"default": 2
},
{
"type": "color",
"id": "border_color",
"label": "Circle border colour",
"default": "#dddddd"
},
{
"type": "color",
"id": "border_hover_color",
"label": "Border colour on hover",
"default": "#111111"
},
{
"type": "range",
"id": "padding_top",
"label": "Padding top",
"min": 0,
"max": 100,
"step": 4,
"default": 40
},
{
"type": "range",
"id": "padding_bottom",
"label": "Padding bottom",
"min": 0,
"max": 100,
"step": 4,
"default": 40
}
],
"blocks": [
{
"type": "circle",
"name": "Circle button",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Circle image"
},
{
"type": "text",
"id": "emoji",
"label": "Fallback emoji (if no image)",
"default": "🪞"
},
{
"type": "color",
"id": "bg_color",
"label": "Background colour (if no image)",
"default": "#f0ede8"
},
{
"type": "text",
"id": "title",
"label": "Label",
"default": "Sliding Wardrobes"
},
{
"type": "text",
"id": "subtitle",
"label": "Subtitle (optional)",
"default": "Space-saving design"
},
{
"type": "url",
"id": "link",
"label": "Link to collection"
}
]
}
],
"presets": [
{
"name": "Wardrobe circles",
"blocks": [
{ "type": "circle", "settings": { "title": "Sliding Wardrobes", "subtitle": "Space-saving design", "emoji": "🚪", "bg_color": "#e8e4de" } },
{ "type": "circle", "settings": { "title": "Mirror Wardrobes", "subtitle": "Full-length mirror", "emoji": "🪞", "bg_color": "#dce8e4" } },
{ "type": "circle", "settings": { "title": "2-Door Wardrobes", "subtitle": "Compact storage", "emoji": "🗄️", "bg_color": "#e4dce8" } },
{ "type": "circle", "settings": { "title": "3-Door Wardrobes", "subtitle": "Extra wide storage", "emoji": "🏠", "bg_color": "#e8e2d8" } },
{ "type": "circle", "settings": { "title": "Made to Measure", "subtitle": "Custom sizes", "emoji": "📐", "bg_color": "#dde8e0" } }
]
}
],
"max_blocks": 10
}
{% endschema %}
{{ section.settings.heading }}
{% endif %} {% if section.settings.subheading != blank %}{{ section.settings.subheading }}
{% endif %}