8
0
Просмотр исходного кода

Internal: Simplified the plugin names.

Kamil Piechaczek 8 лет назад
Родитель
Сommit
1d6912189b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-autoformat/src/autoformat.js

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

@@ -54,7 +54,7 @@ export default class Autoformat extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'autoformat/autoformat';
+		return 'Autoformat';
 	}
 
 	/**