Ghost/ghost/admin/app/routes/launch.js
Kevin Ansfield 214158bee8 Refactored launch wizard
refs https://github.com/TryGhost/Team/issues/450

- swapped individual step routes for single launch route and query params to allow for easier management of step content and preview via components
- defined all wizard steps inside of launch controller
- updated templates to use a fixed preview across all steps
2021-02-02 16:08:06 +00:00

4 lines
131 B
JavaScript

import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
export default class LaunchRoute extends AuthenticatedRoute {}