{% schema %}
{
"name": "t:sections.featured_collection.name",
"tag": "section",
"class": "featured-collection",
"settings": [
{
"type": "header",
"content": "t:sections.common.header_content"
},
{
"type": "text",
"id": "heading",
"label": "t:sections.common.heading",
"default": "Featured Collection"
},
{
"type": "collection",
"id": "collection",
"label": "t:sections.featured_collection.collection"
},
{
"type": "range",
"id": "products_count",
"label": "t:sections.featured_collection.products_count",
"min": 2,
"max": 12,
"step": 1,
"default": 4
},
{
"type": "header",
"content": "t:sections.common.header_style"
},
{
"type": "select",
"id": "columns",
"label": "t:sections.common.columns",
"options": [
{ "value": "2", "label": "2" },
{ "value": "3", "label": "3" },
{ "value": "4", "label": "4" }
],
"default": "4"
},
{
"type": "color_scheme",
"id": "color_scheme",
"label": "t:sections.common.color_scheme",
"default": "scheme-1"
}
],
"blocks": [
{
"type": "heading",
"name": "t:sections.common.blocks.heading",
"limit": 1,
"settings": [
{
"type": "text",
"id": "text",
"label": "t:sections.common.heading"
}
]
},
{
"type": "@app"
}
],
"presets": [
{
"name": "t:sections.featured_collection.preset",
"settings": {
"products_count": 4
},
"blocks": [
{ "type": "heading" }
]
}
]
}
{% endschema %}