Section
Clean Shave Comparison
2 个模板实例,31 个 section 配置,0 类 block。
真实模板变体
Schema
{
"name": "Clean Shave Comparison",
"class": "section-clean-shave-comparison",
"settings": [
{
"type": "text",
"id": "section_id",
"label": "Section ID",
"default": "clean-shave-comparison"
},
{
"type": "text",
"id": "heading",
"label": "标题",
"default": "Clean Shave"
},
{
"type": "richtext",
"id": "description",
"label": "描述内容",
"default": "<p>体验专业剃须前后的显著对比效果</p>"
},
{
"type": "richtext",
"id": "content",
"label": "补充描述内容",
"info": "显示在主描述下方的额外内容"
},
{
"type": "checkbox",
"id": "enable_gradient_text",
"label": "启用渐变文字效果",
"default": true
},
{
"type": "select",
"id": "title_color_type",
"label": "标题颜色类型",
"options": [
{
"value": "default",
"label": "默认"
},
{
"value": "solid",
"label": "纯色"
},
{
"value": "gradient",
"label": "渐变"
}
],
"default": "default"
},
{
"type": "color",
"id": "title_color",
"label": "标题纯色"
},
{
"type": "color",
"id": "title_gradient_start",
"label": "标题渐变起始色"
},
{
"type": "color",
"id": "title_gradient_end",
"label": "标题渐变结束色"
},
{
"type": "image_picker",
"id": "before_image",
"label": "Before图片(黑白效果)"
},
{
"type": "image_picker",
"id": "after_image",
"label": "After图片(彩色效果)"
},
{
"type": "header",
"content": "移动端图片(可选)"
},
{
"type": "image_picker",
"id": "mobile_before_image",
"label": "移动端 Before 图片",
"info": "建议竖图;未设置时自动回退到PC Before图片"
},
{
"type": "image_picker",
"id": "mobile_after_image",
"label": "移动端 After 图片",
"info": "建议竖图;未设置时自动回退到PC After图片"
},
{
"type": "range",
"id": "initial_position",
"min": 0,
"max": 100,
"step": 1,
"unit": "%",
"label": "初始对比位置",
"default": 50
},
{
"type": "select",
"id": "description_color_type",
"label": "描述颜色类型",
"options": [
{
"value": "default",
"label": "默认"
},
{
"value": "solid",
"label": "纯色"
},
{
"value": "gradient",
"label": "渐变"
}
],
"default": "default"
},
{
"type": "color",
"id": "description_color",
"label": "描述纯色"
},
{
"type": "color",
"id": "description_gradient_start",
"label": "描述渐变起始色"
},
{
"type": "color",
"id": "description_gradient_end",
"label": "描述渐变结束色"
},
{
"type": "checkbox",
"id": "enable_auto_play",
"label": "启用自动播放",
"default": false
},
{
"type": "range",
"id": "auto_play_speed",
"min": 2,
"max": 10,
"step": 1,
"unit": "s",
"label": "自动播放速度",
"default": 4
},
{
"type": "select",
"id": "background_theme",
"label": "背景主题",
"options": [
{
"value": "dark",
"label": "深色主题"
},
{
"value": "light",
"label": "浅色主题"
}
],
"default": "dark"
},
{
"type": "header",
"content": "视频设置"
},
{
"type": "checkbox",
"id": "show_video_button",
"label": "显示视频播放按钮",
"default": false
},
{
"type": "url",
"id": "video_url",
"label": "视频URL",
"info": "支持YouTube、Vimeo或直接视频文件链接"
},
{
"type": "url",
"id": "mobile_video_url",
"label": "移动端视频URL",
"info": "未设置时回退到桌面视频URL"
},
{
"type": "text",
"id": "video_button_text",
"label": "按钮文字",
"default": "观看视频"
},
{
"type": "select",
"id": "video_button_color_type",
"label": "视频按钮颜色类型",
"options": [
{
"value": "default",
"label": "默认"
},
{
"value": "solid",
"label": "纯色"
},
{
"value": "gradient",
"label": "渐变"
}
],
"default": "default"
},
{
"type": "color",
"id": "video_button_color",
"label": "视频按钮纯色"
},
{
"type": "color",
"id": "video_button_gradient_start",
"label": "视频按钮渐变起始色"
},
{
"type": "color",
"id": "video_button_gradient_end",
"label": "视频按钮渐变结束色"
}
],
"blocks": [],
"presets": [
{
"name": "Clean Shave Comparison"
}
]
}