Section

Hairdryer blocks

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

真实模板变体

Schema

{
  "name": "Hairdryer blocks",
  "class": "hairdryer-blocks",
  "settings": [],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "color",
          "id": "bg",
          "label": "Block background",
          "default": "#ffffff"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "Text color",
          "default": "#000000"
        },
        {
          "type": "color",
          "id": "bg_mobile",
          "label": "Block background (Mobile)"
        },
        {
          "type": "color",
          "id": "text_color_mobile",
          "label": "Text color (Mobile)"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "image_picker",
          "id": "image_mobile",
          "label": "Image Mobile"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "Hair Dryers"
        },
        {
          "type": "textarea",
          "id": "subheading",
          "label": "Sub Heading",
          "default": "The faster, lighter, smarter choice for great hair"
        },
        {
          "type": "color",
          "id": "button_bg",
          "label": "Button background",
          "default": "#F0B43E"
        },
        {
          "type": "color",
          "id": "button_border",
          "label": "Button border"
        },
        {
          "type": "color",
          "id": "button_color",
          "label": "Button color",
          "default": "#ffffff"
        },
        {
          "type": "color",
          "id": "button_bg_h",
          "label": "Button background hover",
          "default": "#F0B43E"
        },
        {
          "type": "color",
          "id": "button_border_h",
          "label": "Button border hover"
        },
        {
          "type": "color",
          "id": "button_color_h",
          "label": "Button color hover",
          "default": "#ffffff"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button text",
          "default": "Shop Fire-starters & Whetstones"
        },
        {
          "type": "url",
          "id": "btn_url",
          "label": "Button url"
        },
        {
          "type": "color",
          "id": "button_bg2",
          "label": "Button background 2"
        },
        {
          "type": "color",
          "id": "button_border2",
          "label": "Button border 2"
        },
        {
          "type": "color",
          "id": "button_color2",
          "label": "Button color 2",
          "default": "#ffffff"
        },
        {
          "type": "color",
          "id": "button_bg2_h",
          "label": "Button background 2 hover"
        },
        {
          "type": "color",
          "id": "button_border2_h",
          "label": "Button border 2 hover"
        },
        {
          "type": "color",
          "id": "button_color2_h",
          "label": "Button color 2 hover",
          "default": "#ffffff"
        },
        {
          "type": "text",
          "id": "btn_text2",
          "label": "Button text 2",
          "default": "EXPLORE ALL GEAR"
        },
        {
          "type": "url",
          "id": "btn_url2",
          "label": "Button url 2"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Hairdryer blocks"
    }
  ]
}