Ghost/ghost/admin/app/templates/launch/set-pricing.hbs
Kevin Ansfield 2b41499b22 Added design customisation and preview to launch wizard
refs https://github.com/TryGhost/Team/issues/450

- moved next/finish buttons into wizard step components in case they need to save before triggering transition
- added icon, logo, and cover image upload+removal to "customise design" step alongside a preview that reloads each time an image is changed
2021-01-18 17:48:11 +00:00

10 lines
341 B
Handlebars

<button type="button" class="absolute top-6 left-6 w6" title="Previous step" {{on "click" this.goBack}} data-test-button="wizard-back">
{{svg-jar "arrow-left"}}
<span class="hidden">Go to previous step</span>
</button>
<section class="ma19">
<GhLaunchWizard::SetPricing
@afterComplete={{this.goToNext}}
/>
</section>