Kaynağa Gözat

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

Piotrek Koszuliński 8 yıl önce
ebeveyn
işleme
7f369e19c0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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';
 	}
 
 	/**