Section

Table

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

真实模板变体

Schema

{
  "name": "Table",
  "class": "table-section",
  "settings": [
    {
      "type": "html",
      "id": "heading",
      "label": "Heading",
      "default": "The Difference. <span class='gradient-heading'>Model by Model.</span>"
    },
    {
      "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": "Desktop Image"
    },
    {
      "type": "image_picker",
      "id": "image_m",
      "label": "Mobile Image"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Table"
    }
  ]
}