mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
8d66430c2a
refs TryGhost/Ghost#8455 - ensure `uploadUrls` and `errors` are cleared in `gh-uploader` when new uploads are started - yield `isUploading` in `gh-uploader` component - replace image upload modals in settings/general with in-page uploads
8 lines
194 B
Handlebars
8 lines
194 B
Handlebars
{{yield (hash
|
|
cancel=(action "cancel")
|
|
errors=errors
|
|
files=files
|
|
isUploading=_uploadFiles.isRunning
|
|
progressBar=(component "gh-progress-bar" percentage=uploadPercentage)
|
|
)}}
|