Section

Affiliate one

2 个模板实例,8 个 section 配置,0 类 block。

真实模板变体

Schema

{
  "name": "Affiliate one",
  "settings": [
    {
      "type": "color",
      "id": "text_color",
      "label": "Text color",
      "default": "#48A7FF"
    },
    {
      "type": "color",
      "id": "bg",
      "label": "Background",
      "default": "#f9fcff"
    },
    {
      "type": "image_picker",
      "id": "logo",
      "label": "Logo"
    },
    {
      "type": "text",
      "id": "text1",
      "label": "Text 1"
    },
    {
      "type": "text",
      "id": "text2",
      "label": "Text 2"
    },
    {
      "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": [],
  "presets": [
    {
      "name": "Affiliate one"
    }
  ]
}