Kaynağa Gözat

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

Piotrek Koszuliński 8 yıl önce
ebeveyn
işleme
341efc03ea

+ 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';
 	}
 
 	/**