Section

Blog category cards

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

真实模板变体

Schema

{
  "name": "Blog category cards",
  "class": "blog-category-cards-section",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "Title"
    },
    {
      "type": "text",
      "id": "view_all_text",
      "label": "ViewAll文案",
      "default": "View All"
    },
    {
      "type": "url",
      "id": "view_all_url",
      "label": "ViewAllUrl"
    },
    {
      "type": "article_list",
      "id": "content_articles",
      "label": "文章列表",
      "limit": 4
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Blog category cards"
    }
  ]
}