diff options
author | bob <bcz@cs.brown.edu> | 2019-08-29 10:34:08 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-29 10:34:08 -0400 |
commit | a46ae95ed6570342f03b7590ff70d6249e56f059 (patch) | |
tree | 91307b68d59ffabb29b5941d39bbcb04a317fb1b /src/client/util/RichTextSchema.tsx | |
parent | 1079d90c5d6752a0a2c06a25d42c1192cb433ed3 (diff) |
added a timestamp for edit marks.
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 f8da98f17..a642ee46c 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -335,7 +335,8 @@ export const marks: { [index: string]: MarkSpec } = { attrs: { userid: { default: "" }, hide_users: { default: [] }, - opened: { default: true } + opened: { default: true }, + modified: { default: "when?" } }, group: "inline", inclusive: false, |