|
@@ -228,6 +228,10 @@ The {@link module:image/imageupload~ImageUpload} plugin registers:
|
|
|
* The `'imageUpload'` button which opens the native file browser to let you upload a file directly from your disk.
|
|
* The `'imageUpload'` button which opens the native file browser to let you upload a file directly from your disk.
|
|
|
* The {@link module:image/imageupload/imageuploadcommand~ImageUploadCommand `'imageUpload'` command} which accepts the file to upload.
|
|
* The {@link module:image/imageupload/imageuploadcommand~ImageUploadCommand `'imageUpload'` command} which accepts the file to upload.
|
|
|
|
|
|
|
|
|
|
+<info-box>
|
|
|
|
|
+ We recommend using the official {@link framework/guides/development-tools#ckeditor-5-inspector instance inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more.
|
|
|
|
|
+</info-box>
|
|
|
|
|
+
|
|
|
## Contribute
|
|
## Contribute
|
|
|
|
|
|
|
|
The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-image.
|
|
The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-image.
|