@@ -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