Section

Image banner toothbrush

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

真实模板变体

Schema

{
  "name": "Image banner toothbrush",
  "class": "image-banner-toothbrush-section",
  "settings": [
    {
      "type": "url",
      "id": "section_url",
      "label": "Select Section Link"
    },
    {
      "type": "checkbox",
      "id": "show_top_border",
      "label": "Show top border",
      "default": false
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text color",
      "default": "#000000"
    },
    {
      "type": "text",
      "id": "subheading",
      "label": "Sub Heading",
      "default": "Bundle & Save 20%"
    },
    {
      "type": "select",
      "id": "subheading_tag",
      "label": "Sub heading tag",
      "options": [
        {
          "value": "h1",
          "label": "H1"
        },
        {
          "value": "h2",
          "label": "H2"
        },
        {
          "value": "h3",
          "label": "H3"
        },
        {
          "value": "h4",
          "label": "H4"
        },
        {
          "value": "h5",
          "label": "H5"
        },
        {
          "value": "h6",
          "label": "H6"
        },
        {
          "value": "p",
          "label": "p"
        }
      ],
      "default": "h4"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Intuitively powerful"
    },
    {
      "type": "select",
      "id": "heading_tag",
      "label": "Heading tag",
      "options": [
        {
          "value": "h1",
          "label": "H1"
        },
        {
          "value": "h2",
          "label": "H2"
        },
        {
          "value": "h3",
          "label": "H3"
        },
        {
          "value": "h4",
          "label": "H4"
        },
        {
          "value": "h5",
          "label": "H5"
        },
        {
          "value": "h6",
          "label": "H6"
        },
        {
          "value": "p",
          "label": "p"
        }
      ],
      "default": "h2"
    },
    {
      "type": "url",
      "id": "link",
      "label": "Link"
    },
    {
      "type": "text",
      "id": "link_text",
      "label": "Link text",
      "default": "Buy Swift Special"
    },
    {
      "type": "checkbox",
      "id": "show_at_bottom",
      "label": "Show button at bottom",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "show_white_button",
      "label": "Show button as white",
      "default": false
    },
    {
      "type": "image_picker",
      "id": "image_d",
      "label": "Desktop Image"
    },
    {
      "type": "image_picker",
      "id": "image_m",
      "label": "Mobile Image"
    },
    {
      "type": "video",
      "id": "video_d",
      "label": "Video (desktop)"
    },
    {
      "type": "video",
      "id": "video_m",
      "label": "Video (mobile)"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Image banner toothbrush"
    }
  ]
}