Section
产品使用场景
3 个模板实例,1 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "产品使用场景",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title",
"default": "Home Solutions"
}
],
"blocks": [
{
"type": "slide",
"name": "Slide",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "text",
"id": "tab_title",
"label": "Tab Title"
},
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Uninterrupted Power for Peace of Mind"
},
{
"type": "textarea",
"id": "description",
"label": "Description",
"default": "Reliable backup power for secure, uninterrupted living."
},
{
"type": "text",
"id": "button_text",
"label": "Button Text"
},
{
"type": "url",
"id": "button_link",
"label": "Button Link"
},
{
"type": "color",
"id": "text_color",
"label": "Text Color",
"default": "#000000"
},
{
"type": "color",
"id": "button_bg_color",
"label": "Button Bg Color",
"default": "#000000"
},
{
"type": "color",
"id": "button_color",
"label": "Button Color",
"default": "#ffffff"
},
{
"type": "color",
"id": "button_bg_h",
"label": "Button Bg Hover Color",
"default": "#ffffff"
},
{
"type": "color",
"id": "button_color_h",
"label": "Button Color Hover",
"default": "#000000"
}
]
}
],
"presets": [
{
"name": "产品使用场景",
"blocks": [
{
"type": "slide"
},
{
"type": "slide"
}
]
}
]
}