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

Feature: Named existing plugin(s).

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
45c350ab9a
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      packages/ckeditor5-widget/src/widget.js

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

@@ -29,6 +29,13 @@ import '../theme/theme.scss';
  * @extends module:core/plugin~Plugin.
  */
 export default class Widget extends Plugin {
+	/**
+	 * @inheritDoc
+	 */
+	static get pluginName() {
+		return 'widget/widget';
+	}
+
 	/**
 	 * @inheritDoc
 	 */