Ghost/core/server/services/routing/controllers
cotko 65a66ac007 Included relations if static resource is post | page (#10148)
refs #10082

- this is a requirement if a static route represents a single resource

e.g. `data: page.team`

- the page resource will no longer live on it's original static url
- instead, it now lives somewhere else
- that means the whole site needs to act the same than the original static url
  - the resource does not contain any relations
  - we don't forward the correct context (page, post, user?)
- we override the `include` property for now
  - need to wait for more use cases or bug reports for this controller
- more changes will follow asap
2018-12-03 19:26:21 +01:00
..
channel.js Updated blog site components to respect the api version 2018-10-18 19:41:07 +02:00
collection.js Updated blog site components to respect the api version 2018-10-18 19:41:07 +02:00
entry.js Added TODO to controllers/entry.js 2018-10-18 19:41:07 +02:00
index.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
preview.js Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
rss.js Updated blog site components to respect the api version 2018-10-18 19:41:07 +02:00
static.js Included relations if static resource is post | page (#10148) 2018-12-03 19:26:21 +01:00