Sfoglia il codice sorgente

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

Piotrek Koszuliński 8 anni fa
parent
commit
7f369e19c0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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';
 	}
 
 	/**