Section
Comparison Table v5
1 个模板实例,8 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Comparison Table v5",
"class": "comparison-table-v5-section",
"settings": [
{
"type": "textarea",
"id": "title",
"label": "Title"
},
{
"type": "header",
"content": "Products"
},
{
"type": "image_picker",
"id": "product_1_image",
"label": "Product 1 Image"
},
{
"type": "textarea",
"id": "product_1_title",
"label": "Product 1 Title"
},
{
"type": "textarea",
"id": "product_1_subtitle",
"label": "Product 1 Subtitle"
},
{
"type": "image_picker",
"id": "product_2_image",
"label": "Product 2 Image"
},
{
"type": "textarea",
"id": "product_2_title",
"label": "Product 2 Title"
},
{
"type": "textarea",
"id": "product_2_subtitle",
"label": "Product 2 Subtitle"
}
],
"blocks": [
{
"type": "row",
"name": "Row",
"settings": [
{
"type": "text",
"id": "title",
"label": "Feature"
},
{
"type": "textarea",
"id": "product_1",
"label": "Product 1"
},
{
"type": "textarea",
"id": "product_2",
"label": "Product 2"
}
]
}
],
"presets": [
{
"name": "Comparison Table v5",
"category": "Text"
}
]
}