{
  "id": "tag-feed-page",
  "meta": {
    "title": "Topic -- The Brief",
    "description": "Articles from The Brief filtered by topic."
  },
  "slug": "tag/[slug]",
  "sections": [
    {
      "id": "tag-feed-section",
      "data": {
        "tag": {
          "$ref": "collection:current"
        },
        "tags": {
          "$ref": "../../collections/tags/tags.json"
        },
        "posts": {
          "$ref": "../../collections/posts/posts.json",
          "$sliceSort": {
            "field": "date",
            "direction": "desc"
          },
          "$sliceFilter": {
            "tag.slug": {
              "$routeParam": "slug"
            }
          }
        },
        "pageSize": 6,
        "showFilters": true
      },
      "type": "tag-feed",
      "settings": {}
    }
  ],
  "collection": {
    "source": "tags",
    "paramKey": "slug"
  }
}
