Section

Sales Banner

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

真实模板变体

Schema

{
  "name": "Sales Banner",
  "settings": [
    {
      "type": "header",
      "content": "banner"
    },
    {
      "type": "color_background",
      "id": "subheading_color",
      "label": "Subtitle color",
      "default": "linear-gradient(90deg,#2c3c0b -17.49%,#a6bf0c 115.78%)"
    },
    {
      "type": "color",
      "id": "title_color",
      "label": "Title color",
      "default": "#2e4f00"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Description color",
      "default": "#666"
    },
    {
      "type": "image_picker",
      "id": "img_d",
      "label": "Image desktop",
      "info": "size: 1800 * 645px"
    },
    {
      "type": "image_picker",
      "id": "img_m",
      "label": "Image mobile",
      "info": "size: 686 * 960 px"
    },
    {
      "type": "select",
      "id": "align",
      "options": [
        {
          "value": "left",
          "label": "Left"
        },
        {
          "value": "center",
          "label": "Center"
        },
        {
          "value": "right",
          "label": "Right"
        }
      ],
      "default": "center",
      "label": "Content align"
    },
    {
      "type": "select",
      "id": "box_align_m",
      "options": [
        {
          "value": "top",
          "label": "Top"
        },
        {
          "value": "middle",
          "label": "Middle"
        },
        {
          "value": "bottom",
          "label": "Bottom"
        }
      ],
      "default": "middle",
      "label": "Content position(mobile)"
    },
    {
      "type": "textarea",
      "id": "subtitle",
      "label": "Subtitle",
      "info": "Applicable <span></span> includes copy to make the font size larger."
    },
    {
      "type": "textarea",
      "id": "title",
      "label": "Title"
    },
    {
      "type": "richtext",
      "id": "desc",
      "label": "Description"
    },
    {
      "type": "text",
      "id": "btn",
      "label": "Button",
      "default": "ENTER EMAIL"
    },
    {
      "type": "text",
      "id": "form",
      "label": "Form id",
      "default": "WcszJ3"
    },
    {
      "type": "header",
      "content": "Text"
    },
    {
      "type": "color",
      "id": "text_title_color",
      "label": "Title color",
      "default": "#2F2F2F"
    },
    {
      "type": "color",
      "id": "desc_title_color",
      "label": "Description color",
      "default": "#666"
    },
    {
      "type": "text",
      "id": "text_title",
      "label": "Title"
    },
    {
      "type": "richtext",
      "id": "text_desc",
      "label": "Description"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Sales Banner"
    }
  ]
}