Section
Image with Tabs
1 个模板实例,1 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Image with Tabs",
"class": "image-with-tabs",
"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"
}
],
"blocks": [
{
"type": "block",
"name": "Block",
"settings": [
{
"type": "text",
"id": "title",
"label": "Button text"
},
{
"type": "textarea",
"id": "content",
"label": "Content"
},
{
"type": "image_picker",
"id": "desktop_image",
"label": "Image (Desktop)"
},
{
"type": "image_picker",
"id": "mobile_image",
"label": "Image (Mobile)"
}
]
}
],
"presets": [
{
"name": "Image with Tabs"
}
]
}