Section
Mini Child Mode
1 个模板实例,6 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Mini Child Mode",
"settings": [
{
"type": "textarea",
"id": "heading",
"label": "Heading"
},
{
"type": "textarea",
"id": "description",
"label": "Description"
},
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "image_picker",
"id": "image_mobile",
"label": "Image (mobile)"
},
{
"type": "textarea",
"id": "popup_heading",
"label": "Popup Heading"
},
{
"type": "image_picker",
"id": "image_popup",
"label": "Image popup"
}
],
"blocks": [
{
"type": "popup_step",
"name": "Popup step",
"settings": [
{
"type": "textarea",
"id": "title",
"label": "Content"
},
{
"type": "image_picker",
"id": "icon_1",
"label": "Icon 1"
},
{
"type": "text",
"id": "icon_description_1",
"label": "Icon Description 1"
},
{
"type": "text",
"id": "text_1",
"label": "Text 1"
},
{
"type": "text",
"id": "text_description_1",
"label": "Text Description 1"
},
{
"type": "image_picker",
"id": "icon_2",
"label": "Icon 2"
},
{
"type": "text",
"id": "icon_description_2",
"label": "Icon Description 2"
},
{
"type": "text",
"id": "text_2",
"label": "Text 2"
},
{
"type": "text",
"id": "text_description_2",
"label": "Text Description 2"
}
]
}
],
"presets": [
{
"name": "Mini Child Mode"
}
]
}