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