aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextSchema.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-02-11 16:26:08 -0500
committerbob <bcz@cs.brown.edu>2020-02-11 16:26:08 -0500
commit99f66f02c64a195c77b6aa1780855104064fbda1 (patch)
tree2cff53d6836e7602cdd85ea2a12d0d76de901231 /src/client/util/RichTextSchema.tsx
parentd61424aafca5023ac5bde1f29695ed117723d76b (diff)
parent3861877df8909c78c12e44de81d4f9c1e2ab2711 (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.tsx1
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 },