Section
What's In the Box (T1)
1 个模板实例,1 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "What's In the Box (T1)",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title",
"default": "What's In the Box?"
}
],
"blocks": [
{
"type": "item",
"name": "Item",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "text",
"id": "name",
"label": "Name"
},
{
"type": "text",
"id": "quantity",
"label": "Quantity",
"default": "1"
}
]
}
],
"presets": [
{
"name": "What's In the Box (T1)"
}
]
}