|
@@ -60,6 +60,13 @@ export default class Autoformat extends Plugin {
|
|
|
/**
|
|
/**
|
|
|
* @inheritDoc
|
|
* @inheritDoc
|
|
|
*/
|
|
*/
|
|
|
|
|
+ static get pluginName() {
|
|
|
|
|
+ return 'autoformat/autoformat';
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @inheritDoc
|
|
|
|
|
+ */
|
|
|
init() {
|
|
init() {
|
|
|
this._addListAutoformats();
|
|
this._addListAutoformats();
|
|
|
this._addHeadingAutoformats();
|
|
this._addHeadingAutoformats();
|