Section
Mini Airflow
1 个模板实例,5 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Mini Airflow",
"settings": [
{
"type": "textarea",
"id": "heading",
"label": "Heading"
},
{
"type": "textarea",
"id": "content",
"label": "Content"
},
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "image_picker",
"id": "image_mobile",
"label": "Image (Mobile)"
},
{
"type": "text",
"id": "popup_title",
"label": "Popup Title"
}
],
"blocks": [
{
"type": "item",
"name": "Item",
"settings": [
{
"type": "image_picker",
"id": "icon",
"label": "Icon"
},
{
"type": "text",
"id": "title",
"label": "Title"
},
{
"type": "textarea",
"id": "content",
"label": "Description"
}
]
}
],
"presets": [
{
"name": "Mini Airflow"
}
]
}