Explorar el Código

Internal: Simplified the plugin names.

Kamil Piechaczek hace 8 años
padre
commit
f7fe35ebf0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-heading/src/heading.js

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

@@ -35,7 +35,7 @@ export default class Heading extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'heading/heading';
+		return 'Heading';
 	}
 
 	/**