Section

Game finishes blocks

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

真实模板变体

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

Schema

{
  "name": "Game finishes blocks",
  "class": "game-finishes-blocks-section",
  "settings": [
    {
      "type": "header",
      "content": "Header"
    },
    {
      "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": "image_picker",
      "id": "image_d",
      "label": "Image desktop"
    },
    {
      "type": "text",
      "id": "sub_heading",
      "label": "Sub Heading",
      "default": "INTUITIVE DESIGN"
    },
    {
      "type": "html",
      "id": "heading",
      "label": "Heading",
      "default": "Durable aluminium alloy"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Icon block",
      "settings": [
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "SE"
        },
        {
          "type": "image_picker",
          "id": "icon",
          "label": "icon"
        },
        {
          "type": "color_background",
          "id": "icon_bg_1",
          "label": "Icon Background",
          "default": "linear-gradient(#ffffff, #000000)"
        },
        {
          "type": "text",
          "id": "icon_t_1",
          "label": "Icon 1 Heading",
          "default": "Matte Black"
        },
        {
          "type": "url",
          "id": "icon_1_link",
          "label": "Icon 1 link"
        },
        {
          "type": "color_background",
          "id": "icon_bg_2",
          "label": "Icon 2 Background",
          "default": "linear-gradient(#ffffff, #000000)"
        },
        {
          "type": "text",
          "id": "icon_t_2",
          "label": "Icon 2 Heading",
          "default": "Matte Black"
        },
        {
          "type": "url",
          "id": "icon_2_link",
          "label": "Icon 2 link"
        },
        {
          "type": "color_background",
          "id": "icon_bg_3",
          "label": "Icon 3 Background",
          "default": "linear-gradient(#ffffff, #000000)"
        },
        {
          "type": "text",
          "id": "icon_t_3",
          "label": "Icon 3 Heading",
          "default": "Matte Black"
        },
        {
          "type": "url",
          "id": "icon_3_link",
          "label": "Icon 3 link"
        },
        {
          "type": "color_background",
          "id": "icon_bg_4",
          "label": "Icon 4 Background",
          "default": "linear-gradient(#ffffff, #000000)"
        },
        {
          "type": "text",
          "id": "icon_t_4",
          "label": "Icon 4 Heading",
          "default": "Matte Black"
        },
        {
          "type": "url",
          "id": "icon_4_link",
          "label": "Icon 4 link"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Game finishes blocks"
    }
  ]
}