Browse Source

Internal: Simplified the plugin names.

Kamil Piechaczek 8 years ago
parent
commit
7b4fe2b5ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-widget/src/widget.js

+ 1 - 1
packages/ckeditor5-widget/src/widget.js

@@ -33,7 +33,7 @@ export default class Widget extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'widget/widget';
+		return 'Widget';
 	}
 
 	/**