Section
内容教育轮播
1 个模板实例,2 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "内容教育轮播",
"settings": [
{
"type": "text",
"id": "section_id",
"label": "Section Id"
},
{
"type": "text",
"id": "heading",
"label": "Section Heading",
"default": "Tips, Tricks, And The Latest Styling Trends"
}
],
"blocks": [
{
"type": "tweet",
"name": "Tweet",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Pictures"
},
{
"type": "textarea",
"id": "description",
"label": "Tweet Description",
"default": "Share your styling tips and tricks here"
},
{
"type": "text",
"id": "button_text",
"label": "Button Text",
"default": "Read Article"
},
{
"type": "url",
"id": "button_link",
"label": "Button Link"
},
{
"type": "color",
"id": "text_color",
"label": "Text Color",
"default": "#000000"
}
]
}
],
"presets": [
{
"name": "内容教育轮播",
"blocks": [
{
"type": "tweet"
}
]
}
]
}