0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/app/routes
Hannah Wolfe 114696f7e2 Change type for private blog settings
refs #5614 and #5503

- update private blog type, including update to settings.edit
- switch order of populate settings & update fixtures + populate all settings

Private blog settings should not be returned by public endpoints
therefore they need a type which is not `blog` or `theme`.
`core` doesn't suit either, as those settings don't usually have UI
To resolve this, I created a new type `private` which can be used
for any setting which has a UI but should not be public data
2015-09-02 13:39:23 +01:00
..
editor
posts Fix double-click & enter/o editing shortcuts 2015-08-31 10:58:34 +01:00
settings Change type for private blog settings 2015-09-02 13:39:23 +01:00
setup Improved onboarding copy, polling time, form inputs 2015-09-02 12:08:01 +02:00
team
about.js
application.js Fix alerts disappearing when navigating 2015-08-24 16:07:09 +01:00
authenticated.js
error404.js
mobile-index-route.js
posts.js
reset.js
setup.js Don't clear password field until setup is complete 2015-08-25 13:16:39 +01:00
signin.js
signout.js
signup.js