Section

Page

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

真实模板变体

Schema

{
  "name": "Page",
  "tag": "section",
  "class": "section-page",
  "settings": [
    {
      "type": "html",
      "id": "custom_class",
      "label": "Custom Class"
    },
    {
      "type": "checkbox",
      "id": "show_page_title",
      "default": true,
      "label": "Show page title"
    },
    {
      "type": "header",
      "content": "Spacing"
    },
    {
      "type": "checkbox",
      "id": "disable_top_spacing",
      "default": false,
      "label": "Remove top spacing"
    },
    {
      "type": "checkbox",
      "id": "disable_bottom_spacing",
      "default": false,
      "label": "Remove bottom spacing"
    }
  ],
  "blocks": [],
  "presets": []
}