"name": "Featured collection",
"class": "featured-collection--section",
"settings": [
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Featured collection"
},
{
"id": "layout",
"type": "select",
"label": "Layout",
"options": [
{
"value": "grid",
"label": "Grid"
},
{
"value": "slideshow",
"label": "Slideshow"
}
],
"default": "grid"
},
{
"id": "collection",
"type": "collection",
"label": "Collection"
},
{
"type": "range",
"id": "product_count",
"min": 5,
"max": 25,
"step": 5,
"label": "Number of products",
"default": 5
},
{
"type": "header",
"content": "Call to action"
},
{
"type": "text",
"id": "cta_label",
"label": "Label",
"default": "Shop collection"
},
{
"id": "cta_button_style",
"type": "select",
"label": "Button style",
"options": [
{
"value": "primary",
"label": "Primary"
},
{
"value": "secondary",
"label": "Secondary"
}
],
"default": "primary"
}
],
"blocks": [
{
"type": "title_card",
"name": "Title card",
"settings": [
{
"id": "position",
"type": "select",
"label": "Position",
"options": [
{
"value": "beginning",
"label": "Beginning"
},
{
"value": "end",
"label": "End"
}
],
"default": "beginning"
},
{
"type": "text",
"id": "pre_heading",
"label": "Pre-heading",
"default": "Shop this"
},
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Collection"
},
{
"type": "color",
"id": "text_color",
"label": "Text color",
"default": "#FFFFFF"
},
{
"type": "color",
"id": "overlay_color",
"label": "Overlay color",
"default": "#000000"
},
{
"type": "range",
"id": "overlay_opacity",
"min": 0,
"max": 100,
"step": 1,
"unit": "%",
"label": "Opacity",
"default": 50
},
{
"id": "image",
"type": "image_picker",
"label": "Image",
"info": "500 x 750px .jpg recommended"
}
]
}
],
"max_blocks": 1,
"presets": [
{
"name": "Featured collection",
"category": "Collection"
}
]
}