0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/frontend
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
..
apps Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
helpers Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00
meta 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
public Fixed minified CSS not reflecting latest changes 2022-03-17 14:47:21 +00:00
services Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00
src/cards Applied default box sizing to all cards 2021-12-17 15:28:35 +01:00
views Updated unsubscribe page 2022-03-10 10:39:20 +00:00
web Moved frontend reloading logic into bridge 2022-04-28 15:37:09 +01:00