Section
Game image content
2 个模板实例,6 个 section 配置,0 类 block。
真实模板变体
Schema
{
"name": "Game image content",
"class": "game-image_content-section",
"settings": [
{
"type": "text",
"id": "sub_heading",
"label": "Sub Heading",
"default": "THE MOTOR"
},
{
"type": "html",
"id": "heading",
"label": "Heading desktop",
"default": "The Difference. <span class='gradient-heading'>Model by Model.</span>"
},
{
"type": "html",
"id": "heading_m",
"label": "Heading mobile",
"default": "Drys Hair <span class='gradient-heading'> 5.5x Faster.</span>"
},
{
"type": "select",
"id": "section_width",
"options": [
{
"value": "grid",
"label": "Grid"
},
{
"value": "full-width-row",
"label": "Full width"
},
{
"value": "full-width-row-full",
"label": "Full width, no spacing"
}
],
"default": "grid",
"label": "Section width"
},
{
"type": "image_picker",
"id": "image_d",
"label": "Desktop Image"
},
{
"type": "image_picker",
"id": "image_m",
"label": "Mobile Image"
}
],
"blocks": [],
"presets": [
{
"name": "Game image content"
}
]
}