{
"name": "slider_classic",
"max_blocks": 5,
"settings": [
{
"type": "header",
"content": "设置"
},
{
"type": "checkbox",
"id": "is_auto_play",
"label": "开启自动播放",
"default": false
},
{
"type": "range",
"id": "interval",
"visibleOn": "is_auto_play",
"step": 1,
"max": 5,
"min": 2,
"label": "轮播时间",
"default": 3,
"unit": "s"
},
{
"id": "hover_transform",
"type": "checkbox",
"info": "开启此功能后,鼠标滑入轮播图时显示切换按钮",
"label": "开启隐藏切换按钮",
"default": false
},
{
"type": "text",
"id": "max_width",
"label": "最大内容宽度",
"info": "最大内容宽度单位为px",
"default": "480",
"prop": {
"type": "text"
}
},
{
"type": "checkbox",
"id": "enable_snowflake_effect",
"label": "开启雪花效果",
"default": false
},
{
"type": "header",
"content": "幻灯内容"
}
],
"blocks": [
{
"type": "item",
"name": "幻灯图",
"settings": [
{
"type": "image_picker",
"id": "src",
"label": "PC端图片"
},
{
"type": "image_picker",
"id": "mobile_src",
"label": "移动端图片"
},
{
"type": "checkbox",
"id": "text_and_button_on",
"label": "开启文字和按钮",
"default": true
},
{
"type": "text",
"id": "title",
"visibleOn": "text_and_button_on",
"label": "标题",
"placeholder": "请输入标题",
"default": "Holiday Sales"
},
{
"type": "text",
"id": "sub_title",
"visibleOn": "text_and_button_on",
"label": "副标题",
"placeholder": "请输入副标题",
"default": "New fashion"
},
{
"type": "textarea",
"id": "desc",
"visibleOn": "text_and_button_on",
"label": "描述",
"placeholder": "请输入描述",
"default": "Save up to 50% off of the selected products. Our rock-bottom price for this season."
},
{
"type": "text",
"id": "btn_text",
"visibleOn": "text_and_button_on",
"label": "按钮文案",
"placeholder": "请输入按钮文案",
"default": "Shop Now"
},
{
"default": "/",
"param": "",
"type": "url",
"id": "btn_href",
"label": "链接"
},
{
"type": "select",
"id": "layout",
"visibleOn": "text_and_button_on",
"label": "布局",
"default": "center",
"options": [
{
"value": "left",
"label": "居左"
},
{
"value": "center",
"label": "居中"
},
{
"value": "right",
"label": "居右"
}
]
},
{
"id": "title_uppercase",
"type": "checkbox",
"visibleOn": "text_and_button_on",
"label": "开启标题全大写",
"default": true
},
{
"id": "sub_title_uppercase",
"type": "checkbox",
"visibleOn": "text_and_button_on",
"label": "开启副标题全大写",
"default": true
},
{
"type": "range",
"id": "overlay_opacity",
"visibleOn": "text_and_button_on",
"label": "图片蒙层透明度",
"default": "0",
"step": 1,
"max": 100,
"min": 0,
"unit": "%"
},
{
"type": "color",
"id": "title_color",
"visibleOn": "text_and_button_on",
"label": "标题颜色",
"default": "#000000"
},
{
"type": "color",
"id": "sub_title_color",
"visibleOn": "text_and_button_on",
"label": "副标题颜色",
"default": "#000000"
},
{
"type": "color",
"id": "text_color",
"visibleOn": "text_and_button_on",
"label": "描述颜色",
"default": "#000000"
},
{
"type": "color",
"id": "btn_bg_color",
"visibleOn": "text_and_button_on",
"label": "按钮背景色",
"default": "#000000"
},
{
"type": "color",
"id": "btn_text_color",
"visibleOn": "text_and_button_on",
"label": "按钮文字色",
"default": "#ffffff"
},
{
"type": "color",
"id": "md_title_color",
"visibleOn": "text_and_button_on",
"label": "移动端标题颜色",
"default": "#000000"
},
{
"type": "color",
"id": "md_sub_title_color",
"visibleOn": "text_and_button_on",
"label": "移动端副标题颜色",
"default": "#000000"
},
{
"type": "color",
"id": "md_text_color",
"visibleOn": "text_and_button_on",
"label": "移动端描述颜色",
"default": "#000000"
},
{
"type": "color",
"id": "md_btn_bg_color",
"visibleOn": "text_and_button_on",
"label": "移动端按钮背景色",
"default": "#000000"
},
{
"type": "color",
"id": "md_btn_text_color",
"visibleOn": "text_and_button_on",
"label": "移动端按钮文字色",
"default": "#ffffff"
}
]
}
],
"presets": [
{
"name": "slider_classic",
"cname": "经典幻灯",
"category": "素材",
"ccategory": "素材",
"display": true,
"is_auto_play": false,
"hover_transform": false,
"interval": 3,
"max_width": "480",
"blocks": [
{
"type": "item",
"name": "幻灯片",
"settings": {
"src": "",
"mobile_src": "",
"text_and_button_on": true,
"title": "Holiday Sales",
"sub_title": "New fashion",
"desc": "Save up to 50% off of the selected products. Our rock-bottom price for this season.",
"btn_text": "Shop Now",
"layout": "center",
"title_uppercase": true,
"sub_title_uppercase": true,
"overlay_opacity": 0,
"title_color": "#000000",
"sub_title_color": "#000000",
"text_color": "#000000",
"btn_bg_color": "#000000",
"btn_text_color": "#ffffff",
"btn_href": "/",
"btn_href_param": ""
}
},
{
"type": "item",
"name": "幻灯片",
"settings": {
"src": "",
"mobile_src": "",
"text_and_button_on": true,
"title": "Holiday Sales",
"sub_title": "New fashion",
"desc": "Save up to 50% off of the selected products. Our rock-bottom price for this season.",
"btn_text": "Shop Now",
"layout": "center",
"title_uppercase": true,
"sub_title_uppercase": true,
"overlay_opacity": 0,
"title_color": "#000000",
"sub_title_color": "#000000",
"text_color": "#000000",
"btn_bg_color": "#000000",
"btn_text_color": "#ffffff",
"btn_href": "/",
"btn_href_param": ""
}
}
],
"icon": "oss/operation/1061c5cdb00c5382b09f2e8626304cee.svg"
}
]
}
Amazon Walmart Warehouse Retouren Palette
{
"name": "fashion_graphic",
"settings": [{
"type": "header",
"content": "设置"
},
{
"type": "image_picker",
"id": "image",
"label": "封面图"
},
{
"type": "text",
"id": "title",
"label": "主标题",
"placeholder": "请输入主标题",
"default": "Cashmere, at cost."
},
{
"type": "text",
"id": "subtitle",
"label": "副标题",
"placeholder": "请输入副标题",
"default": "New fashion"
},
{
"type": "textarea",
"id": "desc",
"label": "描述",
"placeholder": "请输入描述",
"default": "Shop hundreds of luxury goods from the same manufacturers as leading brands for up to 80% less. Savings guaranteed."
},
{
"type": "text",
"id": "button_label",
"label": "按钮名称",
"placeholder": "请输入按钮名称",
"default": "Shop now"
},
{
"type": "url",
"default": "/",
"param": "",
"id": "button_link",
"label": "按钮链接",
"default": ""
},
{
"type": "select",
"id": "layout",
"label": "布局",
"options": [{
"value": "image_position_left",
"label": "左图+右文字"
},
{
"value": "image_position_right",
"label": "左文字+右图"
}
],
"default": "image_position_right"
},
{
"type": "checkbox",
"label": "开启主标题全大写",
"id": "title_uppercase_on",
"default": false
},
{
"type": "checkbox",
"label": "开启副标题全大写",
"id": "subtitle_uppercase_on",
"default": true
},
{
"type": "header",
"content": "颜色"
},
{
"type": "color",
"id": "color_section_bg",
"label": "背景色",
"default": "#ffffff"
},
{
"type": "color",
"id": "color_title_text",
"label": "主标题",
"default": "#000000"
},
{
"type": "color",
"id": "color_subtitle_text",
"label": "副标题",
"default": "#666666"
},
{
"type": "color",
"id": "color_desc_text",
"label": "描述",
"default": "#000000"
},
{
"type": "color",
"id": "color_btn_border",
"label": "按钮边框",
"default": "#000000"
},
{
"type": "color",
"id": "color_btn_bg",
"label": "按钮背景",
"default": "#000000"
},
{
"type": "color",
"id": "color_btn_text",
"label": "按钮文字",
"default": "#ffffff"
},
{
"type": "color",
"id": "color_image_bg",
"label": "图片叠层颜色",
"default": "#000000"
},
{
"type": "header",
"content": "布局"
},
{
"type": "padding",
"id": "padding",
"label": "内容留白",
"default": {
"top": "80",
"right": "",
"bottom": "80",
"left": ""
},
"info": "内容留白单位为px"
},
{
"type": "text",
"id": "max_container_width",
"label": "最大内容宽度",
"default": "",
"props": {
"type": "number"
},
"placeholder": "请输入最大内容宽度",
"info": "最大内容宽度单位为px"
}
],
"presets": [{
"name": "fashion_graphic",
"cname": "时尚图文",
"category": "素材",
"ccategory": "素材",
"icon": "oss/operation/94c9fa3d32bc04e19def767338159523.svg",
"display": true
}]
}
{
"name": "overlay_text",
"settings": [{
"type": "header",
"content": "设置"
},
{
"type": "select",
"label": "类型",
"id": "type",
"default": "full",
"options": [{
"value": "fixed",
"label": "固定高度"
},
{
"value": "full",
"label": "自动高度"
}
]
},
{
"type": "text",
"id": "pc_image_height",
"visibleOn": " type != 'full' ",
"label": "PC端高度",
"placeholder": "输入PC端高度",
"default": 500
},
{
"type": "text",
"id": "mobile_image_height",
"visibleOn": " type != 'full' ",
"label": "移动端高度",
"placeholder": "输入移动端高度",
"default": 360
},
{
"type": "image_picker",
"id": "bg_src",
"label": "PC端背景图"
},
{
"type": "image_picker",
"id": "mobile_bg_src",
"label": "移动端背景图"
},
{
"type": "range",
"id": "overlay_opacity",
"label": "图片蒙层透明度",
"default": "0",
"step": 1,
"max": 100,
"min": 0,
"unit": "%"
},
{
"type": "text",
"id": "max_container_width",
"label": "最大内容宽度",
"default": 480,
"props": {
"type": "number"
},
"placeholder": "请输入最大内容宽度",
"info": "最大内容宽度单位为px"
},
{
"type": "text",
"id": "title",
"placeholder": "输入标题",
"label": "标题",
"default": "Cashmere, at cost."
},
{
"type": "text",
"id": "sub_title",
"placeholder": "输入副标题",
"label": "副标题",
"default": "Winter collection"
},
{
"type": "textarea",
"id": "description",
"placeholder": "输入描述",
"label": "描述",
"default": "Shop hundreds of luxury goods from the same manufacturers as leading brands for up to 80% less. Savings guaranteed."
},
{
"type": "text",
"id": "btn_title",
"label": "按钮名称",
"placeholder": "输入按钮名称",
"default": "Shop now"
},
{
"type": "url",
"default": "/",
"param": "",
"id": "btn_src",
"label": "按钮链接",
"default": "SHOP NOW"
},
{
"type": "checkbox",
"id": "title_uppercase_on",
"label": "开启标题全大写",
"default": false
},
{
"type": "checkbox",
"id": "sub_title_uppercase_on",
"label": "开启副标题全大写",
"default": true
},
{
"type": "header",
"content": "颜色"
},
{
"type": "color",
"id": "title_color",
"label": "标题",
"default": "#000000"
},
{
"type": "color",
"id": "sub_title_color",
"label": "副标题",
"default": "#000000"
},
{
"type": "color",
"id": "description_color",
"label": "描述",
"default": "#000000"
},
{
"type": "color",
"id": "btn_bg_color",
"label": "按钮背景",
"default": "#000000"
},
{
"type": "color",
"id": "btn_border_color",
"label": "按钮边框",
"default": "#000000"
},
{
"type": "color",
"id": "btn_text_color",
"label": "按钮文字",
"default": "#ffffff"
}
],
"presets": [{
"name": "overlay_text",
"cname": "文字浮层",
"category": "素材",
"ccategory": "素材",
"icon": "oss/operation/f23a13486b2c6db319d468e26b2bb2e9.svg",
"display": true
}]
}
{
"name": "icon_text",
"max_blocks": 4,
"settings": [{
"type": "header",
"content": "设置"
},
{
"type": "select",
"id": "layout",
"label": "图标布局",
"default": "icon_top",
"options": [{
"value": "icon_top",
"label": "图标在上"
},
{
"value": "icon_left",
"label": "图标靠左"
}
]
},
{
"type": "header",
"content": "标题"
},
{
"type": "range",
"id": "title_font_size",
"step": 1,
"max": 20,
"min": 12,
"label": "字号",
"default": 16,
"unit": "px"
},
{
"type": "range",
"id": "title_letter_spacing",
"step": 0.1,
"max": 2,
"min": -2,
"label": "字间距",
"default": 0,
"unit": "px"
},
{
"type": "range",
"id": "title_line_height",
"step": 0.1,
"max": 3,
"min": 1,
"label": "行高",
"default": 1.2
},
{
"type": "checkbox",
"id": "title_uppercase_on",
"label": "开启标题全大写",
"default": false
},
{
"type": "header",
"content": "描述"
},
{
"type": "range",
"id": "description_font_size",
"step": 1,
"max": 20,
"min": 12,
"label": "字号",
"default": 14,
"unit": "px"
},
{
"type": "range",
"id": "description_letter_spacing",
"step": 0.1,
"max": 2,
"min": -2,
"label": "字间距",
"default": 0,
"unit": "px"
},
{
"type": "range",
"id": "description_line_height",
"step": 0.1,
"max": 3,
"min": 1,
"label": "行高",
"default": 1.4
},
{
"type": "header",
"content": "颜色"
},
{
"type": "color",
"id": "bg_color",
"label": "背景",
"default": "#ffffff"
},
{
"type": "color",
"id": "title_color",
"label": "标题",
"default": "#000000"
},
{
"type": "color",
"id": "description_color",
"label": "描述",
"default": "#666666"
},
{
"type": "header",
"content": "布局"
},
{
"type": "padding",
"id": "padding",
"label": "内容留白",
"default": {
"top": "80",
"right": "",
"bottom": "80",
"left": ""
},
"info": "内容留白单位为px"
},
{
"type": "text",
"id": "max_container_width",
"label": "最大内容宽度",
"default": "",
"props": {
"type": "number"
},
"placeholder": "请输入最大内容宽度",
"info": "最大内容宽度单位为px"
},
{
"type": "header",
"content": "添加内容"
}
],
"blocks": [{
"type": "icon",
"name": "内容",
"settings": [{
"type": "image_picker",
"id": "icon_src",
"label": "图标",
"info": "提示:上传图标大小需要为实际显示大小的2倍,图片格式png"
},
{
"type": "text",
"id": "title",
"label": "标题",
"default": "Icon Title"
},
{
"type": "textarea",
"id": "description",
"placeholder": "输入描述",
"label": "描述",
"default": "Introducing Resort 19.An ode to women and grace."
}
]
}],
"presets": [{
"name": "icon_text",
"cname": "图标文字",
"category": "素材",
"ccategory": "素材",
"icon": "oss/operation/b3117ddd140480a503655c157b1af934.svg",
"display": true,
"blocks": [{
"type": "icon",
"settings": {
"icon_src": "",
"title": "24/7 Support",
"description": "Delivered to your door."
}
},
{
"type": "icon",
"settings": {
"icon_src": "",
"title": "Free Shipping",
"description": "Capped at $50 per order."
}
},
{
"type": "icon",
"settings": {
"icon_src": "",
"title": "Securety Payments",
"description": "Up to 12 months installments."
}
},
{
"type": "icon",
"settings": {
"icon_src": "",
"title": "14-Day Returns",
"description": "Shop with confidence."
}
}
]
}]
}
{
"name": "collection_products",
"settings": [{
"type": "header",
"content": "内容"
},
{
"type": "collection",
"id": "collection",
"label": "添加专辑"
},
{
"type": "header",
"content": "设置"
},
{
"type": "image_picker",
"id": "image",
"label": "封面图"
},
{
"type": "text",
"id": "title",
"label": "主标题",
"placeholder": "请输入主标题",
"default": "Best Sellers"
},
{
"type": "text",
"id": "subtitle",
"label": "副标题",
"placeholder": "请输入副标题",
"default": "Winter collection"
},
{
"type": "text",
"id": "button_label",
"label": "按钮名称",
"placeholder": "请输入按钮名称",
"default": "Shop now"
},
{
"type": "select",
"id": "num",
"label": "商品数量",
"options": [{
"value": 2,
"label": "一行(2个)"
},
{
"value": 6,
"label": "两行(6个)"
},
{
"value": 10,
"label": "三行(10个)"
}
],
"default": 6
},
{
"type": "select",
"id": "text_layout",
"label": "文字布局",
"default": "left",
"options": [{
"value": "left",
"label": "居左"
},
{
"value": "center",
"label": "居中"
}
]
},
{
"type": "checkbox",
"label": "开启主标题全大写",
"id": "title_uppercase_on",
"default": false
},
{
"type": "checkbox",
"label": "开启副标题全大写",
"id": "subtitle_uppercase_on",
"default": true
},
{
"type": "header",
"content": "颜色"
},
{
"type": "color",
"id": "color_section_bg",
"label": "背景",
"default": "#ffffff"
},
{
"type": "color",
"id": "color_title_text",
"label": "主标题",
"default": "#000000"
},
{
"type": "color",
"id": "color_subtitle_text",
"label": "副标题",
"default": "#000000"
},
{
"type": "color",
"id": "color_btn_border",
"label": "按钮边框",
"default": "#000000"
},
{
"type": "color",
"id": "color_btn_bg",
"label": "按钮背景",
"default": "#000000"
},
{
"type": "color",
"id": "color_btn_text",
"label": "按钮文字",
"default": "#ffffff"
},
{
"type": "header",
"content": "布局"
},
{
"type": "padding",
"id": "padding",
"label": "内容留白",
"default": {
"top": "80",
"right": "",
"bottom": "80",
"left": ""
},
"info": "内容留白单位为px"
},
{
"type": "text",
"id": "max_container_width",
"label": "最大内容宽度",
"default": "",
"props": {
"type": "number"
},
"placeholder": "请输入最大内容宽度",
"info": "最大内容宽度单位为px"
}
],
"presets": [{
"name": "collection_products",
"cname": "专辑商品",
"category": "商品",
"ccategory": "商品",
"icon": "oss/operation/e900ecfba2345a83595b9309653785a7.svg",
"display": true
}]
}
{
"name": "photo_collection",
"max_blocks": 100,
"settings": [{
"type": "header",
"content": "设置"
},
{
"type": "select",
"id": "space",
"label": "格子间距",
"default": "30px",
"options": [{
"value": "0px",
"label": "无间距"
},
{
"value": "15px",
"label": "15px"
},
{
"value": "20px",
"label": "20px"
},
{
"value": "30px",
"label": "30px"
},
{
"value": "40px",
"label": "40px"
}
]
},
{
"type": "range",
"id": "columns",
"step": 1,
"max": 6,
"min": 1,
"label": "分栏",
"default": 3
},
{
"type": "header",
"content": "布局"
},
{
"type": "padding",
"id": "padding",
"label": "内容留白",
"default": {
"top": "80",
"right": "",
"bottom": "80",
"left": ""
},
"info": "内容留白单位为px"
},
{
"type": "text",
"id": "max_width",
"label": "最大内容宽度",
"placeholder": "输入最大内容宽度",
"info": "最大内容宽度单位为px",
"default": "",
"props": {
"type": "number"
}
},
{
"type": "header",
"content": "内容"
}
],
"blocks": [{
"type": "collection",
"name": "图片",
"settings": [{
"type": "image_picker",
"id": "image",
"label": "图片",
"default": ""
},
{
"default": "/",
"param": "",
"type": "url",
"id": "link",
"label": "链接",
"default": ""
}
]
}],
"presets": [{
"name": "photo_collection",
"icon": "oss/operation/b950c409371f126944b7b9ef9a8db876.svg",
"cname": "图集",
"category": "素材",
"ccategory": "素材",
"display": true,
"blocks": [{
"type": "collection",
"settings": {
"image": ""
}
},
{
"type": "collection",
"settings": {
"image": ""
}
},
{
"type": "collection",
"settings": {
"image": ""
}
}
]
}]
}