Ghost/ghost/admin/app/components/gh-editor.hbs
Kevin Ansfield fa0b1c607b
Deleted all Admin code relating to the old editor (#18580)
no issue

- removed labs flag
- removed main editor component and all associated components
- switched usage of `<KoenigBasicHtmlInput>` and `<KoenigBasicHtmlTextarea>` over to use plain `textarea`, the only uses were in settings modals that have been replaced in AdminX
- cleaned up unused editor CSS
2023-10-12 13:17:39 +01:00

13 lines
418 B
Handlebars

{{yield (hash
headerHeight=this.headerHeight
isDraggedOver=this.isDraggedOver
isFullScreen=this.isFullScreen
droppedFiles=this.droppedFiles
uploadedImageUrls=this.uploadedImageUrls
imageMimeTypes=this.imageMimeTypes
imageExtensions=this.imageExtensions
uploadComplete=(action "uploadComplete")
uploadCancelled=(action "uploadCancelled")
uploadImages=(action "uploadImages")
)}}