Section
Featured blog post
0 个模板实例,11 个 section 配置,0 类 block。
真实模板变体
当前模板未直接使用该 section。
Schema
{
"name": "Featured blog post",
"settings": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Featured post"
},
{
"type": "checkbox",
"id": "heading_left",
"default": false,
"label": "Left align heading"
},
{
"type": "richtext",
"id": "description",
"label": "Description",
"default": "<p>Add a short description for your brand news</p>"
},
{
"type": "checkbox",
"id": "full_width",
"label": "Make section full width",
"default": false
},
{
"type": "article",
"id": "article",
"label": "Article"
},
{
"type": "select",
"id": "image_ratio",
"options": [
{
"value": "adapt",
"label": "Adapt to image"
},
{
"value": "portrait",
"label": "Portrait"
},
{
"value": "square",
"label": "Square"
},
{
"value": "landscape",
"label": "Landscape"
}
],
"default": "landscape",
"label": "Image ratio"
},
{
"type": "checkbox",
"id": "show_date",
"default": true,
"label": "Show date"
},
{
"type": "checkbox",
"id": "show_excerpt",
"default": true,
"label": "Show excerpt"
},
{
"type": "header",
"content": "Spacing"
},
{
"type": "checkbox",
"id": "disable_top_spacing",
"default": false,
"label": "Remove top spacing"
},
{
"type": "checkbox",
"id": "disable_bottom_spacing",
"default": false,
"label": "Remove bottom spacing"
}
],
"blocks": [],
"presets": [
{
"name": "Featured blog post"
}
]
}