|
|
@@ -10,7 +10,7 @@
|
|
|
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
|
|
import CloudServicesUploadAdapter from './cloudservicesuploadadapter';
|
|
|
import Image from '@ckeditor/ckeditor5-image/src/image';
|
|
|
-import ImageUpload from '@ckeditor/ckeditor5-upload/src/imageupload';
|
|
|
+import ImageUpload from '@ckeditor/ckeditor5-image/src/imageupload';
|
|
|
|
|
|
/**
|
|
|
* The Easy Image feature.
|
|
|
@@ -18,7 +18,7 @@ import ImageUpload from '@ckeditor/ckeditor5-upload/src/imageupload';
|
|
|
* This plugin enables:
|
|
|
*
|
|
|
* * {@link module:image/image~Image},
|
|
|
- * * {@link module:upload/imageupload~ImageUpload},
|
|
|
+ * * {@link module:image/imageupload~ImageUpload},
|
|
|
* * {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter}.
|
|
|
*
|
|
|
* After enabling the Easy Image plugin you need to configure the Cloud Services integration through
|