Section
Featured collection list
0 个模板实例,12 个 section 配置,1 类 block。
真实模板变体
当前模板未直接使用该 section。
Schema
{
"name": "Featured collection list",
"class": "section-featured-collection-list",
"settings": [
{
"type": "select",
"id": "desktop_height",
"label": "Desktop height",
"options": [
{
"value": "desktop-height-auto",
"label": "Adapt to content"
},
{
"value": "desktop-height-450",
"label": "450px"
},
{
"value": "desktop-height-550",
"label": "550px"
},
{
"value": "desktop-height-650",
"label": "650px"
},
{
"value": "desktop-height-750",
"label": "750px"
},
{
"value": "desktop-height-full",
"label": "Full screen"
}
],
"default": "desktop-height-650"
},
{
"type": "select",
"id": "mobile_height",
"label": "Mobile height",
"options": [
{
"value": "mobile-height-auto",
"label": "Adapt to content"
},
{
"value": "mobile-height-350",
"label": "350px"
},
{
"value": "mobile-height-400",
"label": "400px"
},
{
"value": "mobile-height-450",
"label": "450px"
},
{
"value": "mobile-height-500",
"label": "500px"
},
{
"value": "mobile-height-full",
"label": "Full screen"
}
],
"default": "mobile-height-500"
},
{
"type": "checkbox",
"id": "full_width",
"label": "Make section full width",
"default": true
},
{
"type": "select",
"id": "content_position",
"label": "Content position",
"options": [
{
"value": "top-left",
"label": "Top left"
},
{
"value": "top-center",
"label": "Top center"
},
{
"value": "top-right",
"label": "Top right"
},
{
"value": "middle-left",
"label": "Middle left"
},
{
"value": "middle-center",
"label": "Middle center"
},
{
"value": "middle-right",
"label": "Middle right"
},
{
"value": "bottom-left",
"label": "Bottom left"
},
{
"value": "bottom-center",
"label": "Bottom center"
},
{
"value": "bottom-right",
"label": "Bottom right"
}
],
"default": "middle-center"
},
{
"type": "select",
"id": "heading_size",
"label": "Heading size",
"options": [
{
"value": "h2",
"label": "Small"
},
{
"value": "h1",
"label": "Medium"
},
{
"value": "h1-large",
"label": "Large"
},
{
"value": "h1-xlarge",
"label": "Extra large"
}
],
"default": "h1"
},
{
"type": "header",
"content": "Colors"
},
{
"type": "color",
"id": "color_text",
"label": "Text",
"default": "#ffffff"
},
{
"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": 70
},
{
"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": [
{
"type": "collection",
"name": "Collection",
"settings": [
{
"type": "collection",
"id": "collection",
"label": "Collection"
},
{
"type": "image_picker",
"id": "image",
"label": "Custom image",
"info": "Optional image to use for this collection."
}
]
}
],
"presets": [
{
"name": "Featured collection list",
"blocks": [
{
"type": "collection"
},
{
"type": "collection"
},
{
"type": "collection"
}
]
}
]
}