Ghost/test/unit/frontend/services/rendering
Naz 0c097f6532 Fixed frontend rendering of page resource
refs https://github.com/TryGhost/Toolbox/issues/332

- After removing the concept of a boolean "page: true" from the page/post resources frontend resource rendering didn't have enough information to pick the correct template
- Resolved this issue through passing of additional "context" to the template picker. Something nicer should be worked on in the future, as context pattern feels dirty here.
2022-05-16 22:06:55 +08:00
..
context.test.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
error.test.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
format-response.test.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
templates.test.js Fixed frontend rendering of page resource 2022-05-16 22:06:55 +08:00