Section

Air · Style Your Way

1 个模板实例,10 个 section 配置,2 类 block。

真实模板变体

Schema

{
  "name": "Air · Style Your Way",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID"
    },
    {
      "type": "checkbox",
      "id": "use_container",
      "label": "使用版心",
      "default": true
    },
    {
      "type": "text",
      "id": "bg_gradient",
      "label": "背景渐变",
      "info": "完整 CSS 渐变(可选)"
    },
    {
      "type": "header",
      "content": "标题区"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "标题",
      "default": "Style It <span class=\"neo-color\">Your Way</span>"
    },
    {
      "type": "textarea",
      "id": "subheading",
      "label": "副标题",
      "default": "Switch between the Smooth Nozzle and the Diffuser Nozzle to shape every look you love."
    },
    {
      "type": "text",
      "id": "button_text",
      "label": "按钮文案",
      "default": "Frizz → Silk In One Tap"
    },
    {
      "type": "header",
      "content": "默认主图(点击打开弹窗)"
    },
    {
      "type": "image_picker",
      "id": "hero_image_pc",
      "label": "桌面端主图"
    },
    {
      "type": "image_picker",
      "id": "hero_image_mb",
      "label": "移动端主图"
    }
  ],
  "blocks": [
    {
      "type": "slide",
      "name": "Slide",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_pc",
          "label": "桌面端图片"
        },
        {
          "type": "image_picker",
          "id": "image_mb",
          "label": "移动端图片"
        },
        {
          "type": "text",
          "id": "title",
          "label": "标题",
          "default": "Smooth Nozzle"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "描述",
          "default": "Concentrates the airflow to leave your hair shiny and smooth"
        },
        {
          "type": "header",
          "content": "底部配件(左下角浮层)"
        },
        {
          "type": "image_picker",
          "id": "accessory_pc",
          "label": "桌面端配件图"
        },
        {
          "type": "image_picker",
          "id": "accessory_mb",
          "label": "移动端配件图"
        }
      ]
    },
    {
      "type": "slide_2",
      "name": "Slide 2",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_pc",
          "label": "桌面端图片"
        },
        {
          "type": "image_picker",
          "id": "image_mb",
          "label": "移动端图片"
        },
        {
          "type": "text",
          "id": "title",
          "label": "标题",
          "default": "Smooth Nozzle"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "描述",
          "default": "Concentrates the airflow to leave your hair shiny and smooth"
        },
        {
          "type": "header",
          "content": "底部配件(左下角浮层)"
        },
        {
          "type": "image_picker",
          "id": "accessory_pc",
          "label": "桌面端配件图"
        },
        {
          "type": "image_picker",
          "id": "accessory_mb",
          "label": "移动端配件图"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Air · Style Your Way",
      "category": "Air",
      "blocks": [
        {
          "type": "slide"
        },
        {
          "type": "slide"
        }
      ]
    }
  ]
}