Section

Unlock Wave Pro

1 个模板实例,3 个 section 配置,6 类 block。

真实模板变体

Schema

{
  "name": "Unlock Wave Pro",
  "settings": [
    {
      "type": "text",
      "id": "template_id",
      "label": "Template Id"
    },
    {
      "type": "textarea",
      "id": "main_title",
      "label": "主标题"
    },
    {
      "type": "textarea",
      "id": "sub_title",
      "label": "副标题"
    }
  ],
  "blocks": [
    {
      "type": "block1",
      "name": "Block 1",
      "settings": [
        {
          "type": "textarea",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "text",
          "id": "number",
          "label": "数字"
        },
        {
          "type": "textarea",
          "id": "tag",
          "label": "标签"
        },
        {
          "type": "image_picker",
          "id": "background_pc",
          "label": "PC背景图"
        },
        {
          "type": "image_picker",
          "id": "background_mb",
          "label": "移动端背景图"
        }
      ]
    },
    {
      "type": "block2",
      "name": "Block 2",
      "settings": [
        {
          "type": "textarea",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "image_picker",
          "id": "background_pc",
          "label": "PC背景图"
        },
        {
          "type": "image_picker",
          "id": "background_mb",
          "label": "移动端背景图"
        }
      ]
    },
    {
      "type": "block3",
      "name": "Block 3",
      "settings": [
        {
          "type": "textarea",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "image_picker",
          "id": "background_pc",
          "label": "PC背景图"
        },
        {
          "type": "image_picker",
          "id": "background_mb",
          "label": "移动端背景图"
        }
      ]
    },
    {
      "type": "block4",
      "name": "Block 4",
      "settings": [
        {
          "type": "textarea",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "image_picker",
          "id": "background_1_pc",
          "label": "背景1-PC"
        },
        {
          "type": "image_picker",
          "id": "background_1_mb",
          "label": "背景1-移动端"
        },
        {
          "type": "textarea",
          "id": "text_1",
          "label": "文本1"
        },
        {
          "type": "image_picker",
          "id": "background_2_pc",
          "label": "背景2-PC"
        },
        {
          "type": "image_picker",
          "id": "background_2_mb",
          "label": "背景2-移动端"
        },
        {
          "type": "textarea",
          "id": "text_2",
          "label": "文本2"
        }
      ]
    },
    {
      "type": "block5",
      "name": "Block 5",
      "settings": [
        {
          "type": "textarea",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "image_picker",
          "id": "logo",
          "label": "Logo"
        }
      ]
    },
    {
      "type": "block6",
      "name": "Block 6",
      "settings": [
        {
          "type": "textarea",
          "id": "title",
          "label": "标题"
        },
        {
          "type": "image_picker",
          "id": "logo_pc",
          "label": "Logo Pc"
        },
        {
          "type": "image_picker",
          "id": "logo_mb",
          "label": "Logo Mb"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Unlock Wave Pro",
      "category": "自定义"
    }
  ]
}