Section

Custom H1 Section

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

真实模板变体

Schema

{
  "name": "Custom H1 Section",
  "settings": [
    {
      "type": "text",
      "id": "h1_content",
      "label": "H1 Content",
      "default": "Your H1 Title"
    },
    {
      "type": "checkbox",
      "id": "show_h1",
      "label": "Show H1 Tag",
      "default": false
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Custom H1 Section"
    }
  ]
}