Section

Game icon with text

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

真实模板变体

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

Schema

{
  "name": "Game icon with text",
  "class": "game-icon-text-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"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Icon block",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "icon"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Durable aluminium alloy"
        },
        {
          "type": "text",
          "id": "content",
          "label": "Content",
          "default": "<p>The motor fan blades are made of 6061-T6 aircraft-grade aluminium alloy, machined to a precision of 0.001mm.</p>"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Game icon with text"
    }
  ]
}