Section

Features Grid

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

真实模板变体

Schema

{
  "name": "Features Grid",
  "settings": [
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "select",
          "id": "type",
          "label": "Type",
          "options": [
            {
              "value": "type-1",
              "label": "Type 1"
            },
            {
              "value": "type-2",
              "label": "Type 2"
            },
            {
              "value": "type-3",
              "label": "Type 3"
            }
          ],
          "default": "type-1"
        },
        {
          "type": "select",
          "id": "text_color_1",
          "label": "Text color 1",
          "options": [
            {
              "value": "black",
              "label": "Black"
            },
            {
              "value": "white",
              "label": "White"
            }
          ],
          "default": "black"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image 1"
        },
        {
          "type": "textarea",
          "id": "title",
          "label": "Title",
          "default": "Title"
        },
        {
          "type": "textarea",
          "id": "subtitle",
          "label": "Subtitle"
        },
        {
          "type": "select",
          "id": "text_color_2",
          "label": "Text color 2",
          "options": [
            {
              "value": "black",
              "label": "Black"
            },
            {
              "value": "white",
              "label": "White"
            }
          ],
          "default": "black"
        },
        {
          "type": "image_picker",
          "id": "image_2",
          "label": "Image 2"
        },
        {
          "type": "textarea",
          "id": "title_2",
          "label": "Title 2",
          "default": "Title"
        },
        {
          "type": "textarea",
          "id": "subtitle_2",
          "label": "Subtitle 2"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Features Grid",
      "category": "Media"
    }
  ]
}