Section
Grid Layout
1 个模板实例,2 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Grid Layout",
"settings": [
{
"type": "text",
"id": "template_id",
"label": "Template Id"
},
{
"type": "text",
"id": "title",
"label": "标题"
}
],
"blocks": [
{
"type": "grid_item",
"name": "网格项",
"settings": [
{
"type": "image_picker",
"id": "icon_img",
"label": "图标"
},
{
"type": "text",
"id": "title",
"label": "标题"
},
{
"type": "textarea",
"id": "content_text",
"label": "内容"
}
]
}
],
"presets": [
{
"name": "Grid Layout",
"category": "Text"
}
]
}