Section
Images carousels
1 个模板实例,4 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Images carousels",
"class": "images-carousels__section",
"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": "text",
"id": "heading",
"label": "Heading",
"default": "#Laifans are loving their hair"
},
{
"type": "text",
"id": "subheading",
"label": "Sub Heading",
"default": "Loved by 8M+ and counting!"
},
{
"type": "color",
"id": "text_color",
"label": "Text Color",
"default": "#ffffff"
}
],
"blocks": [
{
"type": "image",
"name": "Image",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "textarea",
"id": "name",
"label": "Name",
"default": "pvikinga"
}
]
}
],
"presets": [
{
"name": "Images carousels"
}
]
}