Section
Comparison Table v6
1 个模板实例,7 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Comparison Table v6",
"class": "comparison-table-v6-section",
"settings": [
{
"type": "textarea",
"id": "title",
"label": "Title"
},
{
"type": "header",
"content": "Products"
},
{
"type": "textarea",
"id": "product_1_title",
"label": "Product 1 Title"
},
{
"type": "textarea",
"id": "product_2_title",
"label": "Product 2 Title"
},
{
"type": "header",
"content": "Button"
},
{
"type": "url",
"id": "button_link",
"label": "Link"
},
{
"type": "text",
"id": "button_label",
"label": "Label"
}
],
"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 v6",
"category": "Text"
}
]
}