Section
Mini Motor Power
1 个模板实例,4 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Mini Motor Power",
"settings": [
{
"type": "select",
"id": "section_width",
"options": [
{
"value": "grid",
"label": "Grid"
},
{
"value": "full-width-row",
"label": "Full width"
},
{
"value": "full-width-row-full",
"label": "Full width, no spacing"
}
],
"default": "grid",
"label": "Section width"
},
{
"type": "textarea",
"id": "heading",
"label": "Heading"
},
{
"type": "image_picker",
"id": "image",
"label": "Image (Desktop)"
},
{
"type": "textarea",
"id": "footnote",
"label": "Footnote"
}
],
"blocks": [
{
"type": "item",
"name": "Item",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title"
},
{
"type": "textarea",
"id": "content",
"label": "Description"
}
]
}
],
"presets": [
{
"name": "Mini Motor Power"
}
]
}