Ghost/ghost/admin/app/components/gh-uploader.hbs
Kevin Ansfield b2b66490b7 Added settings for newsletter header, title style, and feature image (#1993)
refs https://github.com/TryGhost/Team/issues/755
reqs https://github.com/TryGhost/Ghost/pull/13006

- updated settings model to match new server-side settings
- updated email customisation modal behind the dev experiments flag
  - adjusted layout to move to a fixed top bar and scrollable sidebar
  - added image upload, toggles and selections for new settings
  - updated preview to match selected settings

Co-authored-by: Sanne de Vries <sannedv@protonmail.com>
2021-06-07 16:36:21 +01:00

15 lines
505 B
Handlebars

{{yield (hash
cancel=(action "cancel")
errors=this.errors
files=this.files
isUploading=this._uploadFiles.isRunning
progressBar=(component "gh-progress-bar" percentage=this.uploadPercentage)
setFiles=(action "setFiles")
registerFileInput=(action "registerFileInput")
triggerFileDialog=(action "triggerFileDialog")
imageExtensions=this.imageExtensions
imageMimeTypes=this.imageMimeTypes
iconExtensions=this.iconExtensions
iconMimeTypes=this.iconMimeTypes
)}}