Przeglądaj źródła

Internal: Simplified the plugin names.

Kamil Piechaczek 8 lat temu
rodzic
commit
2ea090383f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-upload/src/filerepository.js

+ 1 - 1
packages/ckeditor5-upload/src/filerepository.js

@@ -29,7 +29,7 @@ export default class FileRepository extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'upload/filerepository';
+		return 'FileRepository';
 	}
 
 	/**