Section

Hair Style Videos

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

真实模板变体

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

Schema

{
  "name": "Hair Style Videos",
  "settings": [
    {
      "type": "textarea",
      "id": "title",
      "label": "Title"
    },
    {
      "type": "select",
      "id": "section_width",
      "options": [
        {
          "value": "grid",
          "label": "Grid"
        },
        {
          "value": "full-width-row",
          "label": "Full width"
        },
        {
          "value": "full-width-row-full",
          "label": "Full width, no spacing"
        }
      ],
      "default": "grid",
      "label": "Section width"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "How to style with laifen"
    },
    {
      "type": "text",
      "id": "sub_heading",
      "label": "Sub heading",
      "default": "Check out these easy, step-by-step guides to matching the right tools and techniques to your ideal style."
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Counts Set",
      "settings": [
        {
          "type": "video",
          "id": "video",
          "label": "Video"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Perfect Curls, Every Time"
        },
        {
          "type": "text",
          "id": "sub_heading",
          "label": "Sub heading",
          "default": "See how utilizing low heat and the Laifen Diffuser Nozzle can help you achieve the bouncy curls of your dreams."
        },
        {
          "type": "text",
          "id": "attachment",
          "label": "Attachment title",
          "default": "Attachment"
        },
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Attachment icon"
        },
        {
          "type": "text",
          "id": "icon_t",
          "label": "Icon text",
          "default": "Smooth Nozzle"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Hair Style Videos"
    }
  ]
}