@@ -57,6 +57,13 @@ export default class Autoformat extends Plugin {
return [ HeadingEngine, ListEngine, BoldEngine, ItalicEngine ];
}
+ /**
+ * @inheritDoc
+ */
+ static get pluginName() {
+ return 'autoformat/autoformat';
+ }
+
/**
* @inheritDoc
*/