Section
Business Information
1 个模板实例,1 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Business Information",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title"
}
],
"blocks": [
{
"type": "business-information",
"name": "Business Information",
"settings": [
{
"type": "image_picker",
"id": "icon",
"label": "Icon"
},
{
"type": "text",
"id": "title",
"label": "Title"
},
{
"type": "textarea",
"id": "description",
"label": "Description"
}
]
}
],
"presets": [
{
"name": "Business Information",
"category": "Text"
}
]
}