Section
Affiliate two
2 个模板实例,6 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Affiliate two",
"settings": [
{
"type": "color",
"id": "text_color",
"label": "Text color",
"default": "#000"
},
{
"type": "color",
"id": "bg",
"label": "Background",
"default": "#f9fcff"
},
{
"type": "text",
"id": "title",
"label": "Title",
"default": "What Do Affiliates Get?"
},
{
"type": "header",
"content": "Section padding"
},
{
"type": "range",
"id": "padding_top",
"min": 0,
"max": 100,
"step": 2,
"unit": "px",
"label": "Padding_top",
"default": 36
},
{
"type": "range",
"id": "padding_bottom",
"min": 0,
"max": 100,
"step": 2,
"unit": "px",
"label": "Padding bottom",
"default": 36
}
],
"blocks": [
{
"type": "item",
"name": "item",
"settings": [
{
"type": "image_picker",
"id": "logo",
"label": "Logo"
},
{
"type": "text",
"id": "text1",
"label": "Text 1"
},
{
"type": "text",
"id": "text2",
"label": "Text 2"
}
]
}
],
"presets": [
{
"name": "Affiliate two"
}
]
}