Section

[Pillar] Blog Posts

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

真实模板变体

Schema

{
  "name": "[Pillar] Blog Posts",
  "settings": [
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    }
  ],
  "blocks": [
    {
      "type": "post",
      "name": "Post",
      "settings": [
        {
          "type": "article",
          "id": "article",
          "label": "Article"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "[Pillar] Blog Posts"
    }
  ]
}