Section
Visible Power
0 个模板实例,9 个 section 配置,0 类 block。
真实模板变体
当前模板未直接使用该 section。
Schema
{
"name": "Visible Power",
"class": "section-visible-power",
"settings": [
{
"type": "text",
"id": "heading",
"label": "标题",
"default": "Visible Power"
},
{
"type": "richtext",
"id": "description",
"label": "描述内容",
"default": "<p>Inspired by supercars, a transparent motor window reveals the precision engineering and surging power within, blending tech aesthetics.</p>"
},
{
"type": "checkbox",
"id": "enable_gradient_text",
"label": "启用渐变文字效果",
"default": true
},
{
"type": "image_picker",
"id": "exterior_image",
"label": "Exterior图片(产品外观)"
},
{
"type": "image_picker",
"id": "interior_image",
"label": "Interior图片(内部结构)"
},
{
"type": "range",
"id": "initial_position",
"min": 0,
"max": 100,
"step": 1,
"unit": "%",
"label": "初始对比位置",
"default": 50
},
{
"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"
}
],
"blocks": [],
"presets": [
{
"name": "Visible Power"
}
]
}