add global attributes

This commit is contained in:
Philipp Kühn
2020-10-21 23:55:14 +02:00
parent 9fad9cd476
commit 5dcbdebbb7
7 changed files with 77 additions and 11 deletions

View File

@@ -130,6 +130,7 @@ const defaultNode: NodeExtension = {
code: null,
defining: null,
isolating: null,
createGlobalAttributes: () => [],
createCommands: () => ({}),
parseHTML: () => null,
renderHTML: () => null,