@@ -20,6 +20,13 @@ import ImageUploadProgress from './imageuploadprogress';
* @extends module:core/plugin~Plugin
*/
export default class ImageUpload extends Plugin {
+ /**
+ * @inheritDoc
+ */
+ static get pluginName() {
+ return 'ImageUpload';
+ }
+
/**
* @inheritDoc