0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/utils/fixtures
Hannah Wolfe 409dc3b534
Added frontend key to ghost_head for portal (#14782)
refs: https://github.com/TryGhost/Team/issues/1599
refs: f3d5d9cf6b

- this commit adds the concept of a frontend data service, intended for passing data to the frontend from the server in a clean way. This is the start of a new & improved pattern, to hopefully reduce coupling
- the newly added internal frontend key is then exposed through this pattern so that the frontend can make use of it
- the first use case is so that portal can use it to talk to the content API instead of having weird endpoints for portal
- this key will also be used by other internal scripts in future, it's public and therefore safe to expose, but it's meant for internal use only and therefore is not exposed in a generic way e.g. as a helper
2022-05-11 17:34:31 +01:00
..
admin-views Fixed ETag header for admin templates not changing between versions (#13680) 2021-10-22 14:25:58 +01:00
config
csv
data
export
filter-param Removed use of author_id syntax in fixtures 2022-05-09 20:43:19 +08:00
images
import 🐛 Fixed uppercase file extensions ignored in content import (#14268) 2022-03-11 09:17:58 +01:00
media Added audio upload support to Media API 2021-11-09 16:39:33 +04:00
settings
themes Removed active_timezone, default_locale & locale compat (#14788) 2022-05-11 16:22:25 +01:00
urls Updated urls/resources cache fixtures 2021-11-22 21:56:32 +13:00
cache-rules.js
context.js
data-generator.js Fixed model posts test suite 2022-05-09 20:34:06 +08:00
default-settings.json Added version_notifications key to settings table 2022-04-21 20:34:19 +08:00
fixtures.json Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00
test.hbs