Section
[Landing] Rich Content
0 个模板实例,1 个 section 配置,1 类 block。
真实模板变体
当前模板未直接使用该 section。
Schema
{
"name": "[Landing] Rich Content",
"settings": [
{
"type": "text",
"id": "heading",
"label": "heading"
}
],
"blocks": [
{
"type": "list",
"name": "List",
"settings": [
{
"type": "select",
"id": "reverse",
"label": "Reverse layout",
"options": [
{
"value": "normal",
"label": "Normal"
},
{
"value": "reverse",
"label": "Reverse"
}
],
"default": "normal"
},
{
"type": "select",
"id": "height",
"label": "Height",
"options": [
{
"value": "normal",
"label": "Normal"
},
{
"value": "full",
"label": "Full"
}
],
"default": "normal"
},
{
"type": "textarea",
"id": "subheading",
"label": "Subheading"
},
{
"type": "textarea",
"id": "heading",
"label": "Heading"
},
{
"type": "inline_richtext",
"id": "description",
"label": "Description"
},
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "text",
"id": "button_label",
"label": "Button Label"
},
{
"type": "text",
"id": "button_url",
"label": "Button URL"
},
{
"type": "header",
"content": "Colors"
},
{
"type": "color",
"id": "background",
"label": "Background"
},
{
"type": "color",
"id": "accent_color",
"label": "Accent color",
"info": "Will be used for buttons and text highlights"
},
{
"type": "color",
"id": "text_color",
"label": "Text color"
},
{
"type": "color",
"id": "button_text_color",
"label": "Button text color"
},
{
"type": "header",
"content": "文案部分"
},
{
"type": "text",
"id": "heading1",
"label": "Heading1"
},
{
"type": "textarea",
"id": "content1",
"label": "Content1"
},
{
"type": "text",
"id": "heading2",
"label": "Heading2"
},
{
"type": "textarea",
"id": "content2",
"label": "Content2"
},
{
"type": "text",
"id": "heading3",
"label": "Heading3"
},
{
"type": "textarea",
"id": "content3",
"label": "Content3"
}
]
}
],
"presets": [
{
"name": "[Landing] Rich Content V2",
"category": "Content"
}
]
}