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

Internal: Simplified the plugin names.

Kamil Piechaczek 8 лет назад
Родитель
Сommit
2c15383dc1

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

@@ -34,7 +34,7 @@ export default class Image extends Plugin {
 	 * @inheritDoc
 	 * @inheritDoc
 	 */
 	 */
 	static get pluginName() {
 	static get pluginName() {
-		return 'image/image';
+		return 'Image';
 	}
 	}
 
 
 	/**
 	/**

+ 1 - 1
packages/ckeditor5-image/src/imagecaption.js

@@ -28,6 +28,6 @@ export default class ImageCaption extends Plugin {
 	 * @inheritDoc
 	 * @inheritDoc
 	 */
 	 */
 	static get pluginName() {
 	static get pluginName() {
-		return 'image/imagecaption';
+		return 'ImageCaption';
 	}
 	}
 }
 }

+ 1 - 1
packages/ckeditor5-image/src/imagestyle.js

@@ -30,7 +30,7 @@ export default class ImageStyle extends Plugin {
 	 * @inheritDoc
 	 * @inheritDoc
 	 */
 	 */
 	static get pluginName() {
 	static get pluginName() {
-		return 'image/imagestyle';
+		return 'ImageStyle';
 	}
 	}
 
 
 	/**
 	/**

+ 1 - 1
packages/ckeditor5-image/src/imagetextalternative.js

@@ -36,7 +36,7 @@ export default class ImageTextAlternative extends Plugin {
 	 * @inheritDoc
 	 * @inheritDoc
 	 */
 	 */
 	static get pluginName() {
 	static get pluginName() {
-		return 'image/imagetextalternative';
+		return 'ImageTextAlternative';
 	}
 	}
 
 
 	/**
 	/**

+ 1 - 1
packages/ckeditor5-image/src/imagetoolbar.js

@@ -25,7 +25,7 @@ export default class ImageToolbar extends Plugin {
 	 * @inheritDoc
 	 * @inheritDoc
 	 */
 	 */
 	static get pluginName() {
 	static get pluginName() {
-		return 'image/imagetoolbar';
+		return 'ImageToolbar';
 	}
 	}
 
 
 	/**
 	/**