{
  "id": "post-detail-page",
  "meta": {
    "title": "Post -- The Brief",
    "description": "Article from The Brief."
  },
  "slug": "post/[slug]",
  "sections": [
    {
      "id": "post-meta-section",
      "data": {
        "item": {
          "$ref": "collection:current"
        }
      },
      "type": "post-meta",
      "settings": {}
    },
    {
      "id": "post-detail-section",
      "data": {
        "item": {
          "$ref": "collection:current"
        },
        "backHref": "/blog",
        "backLabel": "Back to Blog"
      },
      "type": "post-detail",
      "settings": {}
    },
    {
      "id": "post-related-section",
      "data": {
        "item": {
          "$ref": "collection:current"
        },
        "posts": {
          "$ref": "../../collections/posts/posts.json"
        },
        "title": "More from The Brief",
        "maxPosts": 3
      },
      "type": "related-posts",
      "settings": {}
    },
    {
      "id": "post-newsletter",
      "data": {
        "title": "Enjoyed this?",
        "eyebrow": "Newsletter",
        "ctaLabel": "Subscribe",
        "subtitle": "Get the next article delivered to your inbox before it goes public.",
        "disclaimer": "No spam. Unsubscribe at any time.",
        "placeholder": "your@email.com"
      },
      "type": "newsletter-cta",
      "settings": {}
    }
  ],
  "collection": {
    "source": "posts",
    "paramKey": "slug"
  }
}
