Section
Best ways to buy
1 个模板实例,1 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Best ways to buy",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title"
}
],
"blocks": [
{
"type": "block",
"name": "Block",
"settings": [
{
"type": "textarea",
"id": "title",
"label": "Paragraph"
},
{
"type": "text",
"id": "button_label",
"label": "Button label"
},
{
"type": "url",
"id": "button_url",
"label": "Button url"
},
{
"type": "text",
"id": "klaviyo_code",
"label": "Klaviyo code",
"info": "If this is not empty, button url will be ignored"
}
]
}
],
"presets": [
{
"name": "Best ways to buy"
}
]
}