diff options
author | bob <bcz@cs.brown.edu> | 2020-02-11 16:26:08 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-02-11 16:26:08 -0500 |
commit | 99f66f02c64a195c77b6aa1780855104064fbda1 (patch) | |
tree | 2cff53d6836e7602cdd85ea2a12d0d76de901231 /src/client/util/RichTextSchema.tsx | |
parent | d61424aafca5023ac5bde1f29695ed117723d76b (diff) | |
parent | 3861877df8909c78c12e44de81d4f9c1e2ab2711 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 }, |