add enableInputRules and enablePasteRules option

This commit is contained in:
Philipp Kühn
2020-11-20 21:30:12 +01:00
parent d7441deec9
commit feda283fcb
4 changed files with 42 additions and 4 deletions

View File

@@ -52,6 +52,8 @@ export class Editor extends EventEmitter {
editable: true,
editorProps: {},
parseOptions: {},
enableInputRules: true,
enablePasteRules: true,
onInit: () => null,
onUpdate: () => null,
onTransaction: () => null,