Section
商品分类
1 个模板实例,4 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "商品分类",
"settings": [
{
"type": "text",
"id": "section_title",
"label": "Section Title",
"default": "Shop Popular Categories"
},
{
"type": "color",
"id": "background_color",
"label": "Background color",
"default": "#ffffff"
},
{
"type": "range",
"id": "padding_top",
"label": "Padding top",
"default": 80,
"min": 0,
"max": 200,
"step": 4,
"unit": "px"
},
{
"type": "range",
"id": "padding_bottom",
"label": "Padding bottom",
"default": 80,
"min": 0,
"max": 200,
"step": 4,
"unit": "px"
}
],
"blocks": [
{
"type": "category",
"name": "Category",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Category Image"
},
{
"type": "image_picker",
"id": "hover_image",
"label": "Category Hover Image"
},
{
"type": "url",
"id": "link",
"label": "Category Link"
},
{
"type": "text",
"id": "title",
"label": "Category Title"
},
{
"type": "textarea",
"id": "description",
"label": "Category Description"
}
]
}
],
"presets": [
{
"name": "商品分类",
"category": "Custom"
}
]
}