Browse Source

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

Piotrek Koszuliński 8 years ago
parent
commit
341efc03ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-block-quote/src/blockquote.js

+ 1 - 1
packages/ckeditor5-block-quote/src/blockquote.js

@@ -36,7 +36,7 @@ export default class BlockQuote extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'block-quote/blockquote';
+		return 'BlockQuote';
 	}
 
 	/**