Explorar el Código

Internal: Aligned plugin name to the new convention. [skip ci]

Piotrek Koszuliński hace 8 años
padre
commit
ffc324a572
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';
 	}
 
 	/**