diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-08-23 13:49:28 -0400 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-08-23 13:49:28 -0400 |
commit | cc6040e717632ae9725c134cd8722813cb1733c2 (patch) | |
tree | fdd0442b8db0c7a2a80d464b50996716ee3c6bae /src/client/util/RichTextSchema.tsx | |
parent | 616d71c6ad8b15b9736ada0754c557c2a81964bc (diff) |
progress on guid method
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index 6d2abfaa2..44ebc05d4 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -214,7 +214,8 @@ export const marks: { [index: string]: MarkSpec } = { attrs: { href: {}, location: { default: null }, - title: { default: null } + title: { default: null }, + guid: { default: null } }, inclusive: false, parseDOM: [{ |