{
  "version": "0.4",
  "title": "Category Archive",
  "content": [
    {
      "id": "archive_header",
      "elType": "section",
      "elements": [
        {
          "id": "archive_title_col",
          "elType": "column",
          "settings": { "_column_size": 100 },
          "elements": [
            {
              "id": "archive_title",
              "elType": "widget",
              "widgetType": "archive-title",
              "settings": { "header_size": "h1" }
            }
          ]
        }
      ]
    },
    {
      "id": "category_posts",
      "elType": "section",
      "elements": [
        {
          "id": "posts_col",
          "elType": "column",
          "settings": { "_column_size": 100 },
          "elements": [
            {
              "id": "category_posts_grid",
              "elType": "widget",
              "widgetType": "archive-posts",
              "settings": {
                "posts_per_page": 6,
                "columns": 2,
                "show_image": "yes",
                "show_excerpt": "yes"
              }
            }
          ]
        }
      ]
    }
  ]
}