{
    "version": "0.4",
    "title": "Single Post",
    "content": [
      {
        "id": "single_post_section",
        "elType": "section",
        "elements": [
          {
            "id": "post_content_col",
            "elType": "column",
            "settings": { "_column_size": 100 },
            "elements": [
              {
                "id": "post_title",
                "elType": "widget",
                "widgetType": "post-title",
                "settings": { "header_size": "h1" }
              },
              {
                "id": "post_meta",
                "elType": "widget",
                "widgetType": "post-info",
                "settings": {
                  "show_author": "yes",
                  "show_date": "yes",
                  "show_categories": "yes"
                }
              },
              {
                "id": "featured_image",
                "elType": "widget",
                "widgetType": "post-featured-image"
              },
              {
                "id": "post_content",
                "elType": "widget",
                "widgetType": "post-content"
              }
            ]
          }
        ]
      }
    ]
  }