diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-11 15:48:06 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-11 15:48:06 -0500 |
commit | ec5c878fb4c5f7e03fdd214c0841cf2ebf983e8c (patch) | |
tree | 35ac2ab43ed6122256de97fb2b302b038c8b430a /src/client/util/RichTextSchema.tsx | |
parent | ed947b320de772d63e7b462e78910db11c0a8fd3 (diff) |
refactored image upload data response format, google docs working for specific interactions
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index f12b3632c..3cf0561dc 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -133,6 +133,7 @@ export const nodes: { [index: string]: NodeSpec } = { inline: true, attrs: { src: {}, + agnostic: { default: null }, width: { default: 100 }, alt: { default: null }, title: { default: null }, |