Section
Tecnical specifications
1 个模板实例,8 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Tecnical specifications",
"class": "technical-specifications-section",
"settings": [
{
"type": "header",
"content": "Header"
},
{
"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": "color_background",
"id": "bg",
"label": "Background"
},
{
"type": "textarea",
"id": "heading",
"label": "Heading",
"default": "Tecnical specifications."
},
{
"type": "textarea",
"id": "subheading",
"label": "Sub Heading",
"default": "Finish"
},
{
"type": "color",
"id": "color",
"label": "Color",
"default": "#ffffff"
},
{
"type": "color_background",
"id": "color_strong",
"label": "Text Strong Color",
"default": "#ffffff"
},
{
"type": "color_background",
"id": "color_p",
"label": "Text Color Paragraph",
"default": "rgba(255, 255, 255, 0.70)"
}
],
"blocks": [
{
"type": "block",
"name": "Block",
"settings": [
{
"type": "html",
"id": "heading",
"label": "Heading",
"default": "ABS white"
},
{
"type": "image_picker",
"id": "image",
"label": "Main Image"
},
{
"type": "url",
"id": "link",
"label": "Link"
},
{
"type": "textarea",
"id": "price",
"label": "Price",
"default": "$69"
}
]
}
],
"presets": [
{
"name": "Tecnical specifications"
}
]
}