Section
Collection list
3 个模板实例,20 个 section 配置,0 类 block。
真实模板变体
Schema
{
"name": "Collection list",
"class": "collection-list-section",
"settings": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Shop by Category"
},
{
"type": "checkbox",
"id": "heading_left",
"default": false,
"label": "Left align heading"
},
{
"type": "richtext",
"id": "description",
"label": "Description",
"default": "<p>Add a short description for your collections</p>"
},
{
"type": "checkbox",
"id": "full_width",
"label": "Make section full width",
"default": true
},
{
"type": "collection_list",
"id": "collection_list",
"label": "Collections",
"limit": 8
},
{
"type": "select",
"id": "image_ratio",
"options": [
{
"value": "adapt",
"label": "Adapt to image"
},
{
"value": "portrait",
"label": "Portrait"
},
{
"value": "square",
"label": "Square"
}
],
"default": "portrait",
"label": "Image ratio",
"info": "Add images by editing your collections. [Learn more](https://help.shopify.com/en/manual/products/collections)"
},
{
"type": "select",
"id": "layout",
"options": [
{
"value": "grid",
"label": "Grid"
},
{
"value": "carousel",
"label": "Carousel"
}
],
"default": "grid",
"label": "Layout"
},
{
"type": "select",
"id": "style",
"options": [
{
"value": "style1",
"label": "Underneath image"
},
{
"value": "style2",
"label": "Over image"
}
],
"default": "style1",
"label": "Style"
},
{
"type": "range",
"id": "columns_desktop",
"min": 2,
"max": 6,
"step": 1,
"default": 4,
"label": "Number of columns on desktop"
},
{
"type": "select",
"id": "columns_mobile",
"options": [
{
"value": "1",
"label": "One column"
},
{
"value": "2",
"label": "Two Columns"
}
],
"default": "1",
"label": "Number of columns on mobile"
},
{
"type": "header",
"content": "Carousel"
},
{
"type": "checkbox",
"id": "show_progress_bar",
"label": "Show progress bar",
"default": true
},
{
"type": "header",
"content": "Grid"
},
{
"type": "checkbox",
"id": "mobile_swipe",
"default": true,
"label": "Enable swipe on mobile"
},
{
"type": "header",
"content": "Colors"
},
{
"type": "color",
"id": "overlay_color",
"label": "Overlay",
"default": "#000000"
},
{
"type": "range",
"id": "overlay_opacity",
"min": 0,
"max": 100,
"step": 1,
"unit": "%",
"label": "Overlay opacity",
"default": 30
},
{
"type": "header",
"content": "Spacing"
},
{
"type": "checkbox",
"id": "disable_top_spacing",
"default": false,
"label": "Remove top spacing"
},
{
"type": "checkbox",
"id": "disable_bottom_spacing",
"default": false,
"label": "Remove bottom spacing"
}
],
"blocks": [],
"presets": [
{
"name": "Collection list"
}
]
}