Section
Accessories You'll Need
1 个模板实例,5 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Accessories You'll Need",
"tag": "section",
"class": "section-accessories-need",
"settings": [
{
"type": "text",
"id": "section_id",
"label": "Section ID",
"default": "accessories-need"
},
{
"type": "text",
"id": "heading",
"label": "主标题",
"default": "Accessories You'll Need"
},
{
"type": "text",
"id": "title",
"label": "配件名称",
"default": "Travel Pod"
},
{
"type": "textarea",
"id": "desc",
"label": "配件描述",
"default": "Keeps your shaver safe and clean."
},
{
"type": "image_picker",
"id": "mobile_image",
"label": "移动端卡片图片(建议 750×900+)"
}
],
"blocks": [
{
"type": "gallery_image",
"name": "横排图片",
"limit": 5,
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "图片(建议 1080×1080)"
},
{
"type": "text",
"id": "title",
"label": "标题"
},
{
"type": "textarea",
"id": "desc",
"label": "描述"
},
{
"type": "text",
"id": "button_text",
"label": "按钮文字",
"default": "立即购买"
},
{
"type": "url",
"id": "button_link",
"label": "按钮链接"
}
]
}
],
"presets": [
{
"name": "Accessories You'll Need",
"category": "Image",
"blocks": [
{
"type": "gallery_image"
},
{
"type": "gallery_image"
},
{
"type": "gallery_image"
}
]
}
]
}