Section

Images carousels swim

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

真实模板变体

Schema

{
  "name": "Images carousels swim",
  "class": "images-carousels-swim__section",
  "settings": [
    {
      "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": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "#Laifans are loving their hair"
    },
    {
      "type": "text",
      "id": "subheading",
      "label": "Sub Heading",
      "default": "Loved by 8M+ and counting!"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text Color",
      "default": "#ffffff"
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Image",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button text",
          "default": "Get Her Look"
        },
        {
          "type": "url",
          "id": "btn_url",
          "label": "Button url"
        },
        {
          "type": "textarea",
          "id": "name_",
          "label": "Name"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Images carousels swim"
    }
  ]
}