Browse Source

Feature: Named existing plugin(s).

Piotrek Koszuliński 8 năm trước cách đây
mục cha
commit
aaa004636b
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      packages/ckeditor5-list/src/list.js

+ 7 - 0
packages/ckeditor5-list/src/list.js

@@ -32,6 +32,13 @@ export default class List extends Plugin {
 		return [ ListEngine ];
 	}
 
+	/**
+	 * @inheritDoc
+	 */
+	static get pluginName() {
+		return 'list/list';
+	}
+
 	/**
 	 * @inheritDoc
 	 */