Ghost/ghost/admin/app/routes
Kevin Ansfield f00bdbf43c Changed url for react editor module to use Ghost/config-provided url (#2428)
reqs https://github.com/TryGhost/Ghost/pull/15045

- accesses the Ember registry via the `GhostAdmin` global to grab the editor component url that Admin fetches from the config endpoint
- `ember-auto-import` does not allow dynamic imports unless it can see it's an absolute URL, to work around that we strip the `https://` part of the provided URL and manually include it in the template string so it's detectable as an absolute URL when building
- added redirect to posts screen if no editor url is provided in config
2022-07-19 14:24:07 +01:00
..
editor
member
members
offer
react-editor Duplicated editor screens to react-editor 2022-07-18 10:43:29 +01:00
settings Updated support email address confirmation flow (#2426) 2022-07-15 14:44:26 +02:00
setup
tag
admin.js
application.js
authenticated.js
dashboard.js Moving over the new Dashboard to replace the old (#2389) 2022-05-17 09:34:34 +02:00
designsandbox.js
editor.js
error404.js Fixed lint 2022-05-16 19:52:52 +05:30
home.js Cleaned up improvedOnboarding labs flag 2022-05-18 10:13:06 +01:00
launch.js
member.js Renamed products to tiers (#2372) 2022-05-11 22:41:54 +05:30
members-activity.js
members.js
offer.js
offers.js
pages.js
posts.js
pro.js
react-editor.js Changed url for react editor module to use Ghost/config-provided url (#2428) 2022-07-19 14:24:07 +01:00
reset.js
settings.js
setup.js
signin.js
signout.js
signup.js Migrated signup screen to Octane patterns 2022-05-27 13:28:29 +01:00
site.js
tag.js
tags.js
unauthenticated.js
whatsnew.js