Section

跳转模块

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

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "跳转模块",
  "settings": [
    {
      "type": "header",
      "content": "Section padding"
    },
    {
      "type": "range",
      "id": "padding_top",
      "min": 0,
      "max": 100,
      "step": 2,
      "unit": "px",
      "label": "Padding_top",
      "default": 36
    },
    {
      "type": "range",
      "id": "padding_bottom",
      "min": 0,
      "max": 100,
      "step": 2,
      "unit": "px",
      "label": "Padding bottom",
      "default": 36
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "block",
      "settings": [
        {
          "type": "image_picker",
          "id": "img",
          "label": "pc 图片"
        },
        {
          "type": "image_picker",
          "id": "img_m",
          "label": "m 图片"
        },
        {
          "type": "textarea",
          "id": "title",
          "label": "标题",
          "default": "title",
          "info": "使用<b>文本</b>加粗."
        },
        {
          "type": "textarea",
          "id": "desc",
          "label": "描述",
          "default": "text text text text text text text text"
        },
        {
          "type": "text",
          "id": "btn",
          "label": "按钮文本",
          "default": "button"
        },
        {
          "type": "url",
          "id": "link",
          "label": "链接"
        },
        {
          "type": "color",
          "id": "btn_background",
          "label": "按钮应用样式1 背景颜色"
        },
        {
          "type": "color",
          "id": "titlecolor",
          "label": "标题颜色"
        },
        {
          "type": "color",
          "id": "desccolor",
          "label": "描述颜色"
        },
        {
          "type": "checkbox",
          "id": "use_style",
          "label": "按钮应用样式1",
          "default": true
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "跳转模块"
    }
  ]
}