diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-09 17:02:47 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-09 17:02:47 -0500 |
commit | 5274e784fbd8107abf0f20e16afcf4e7032e9117 (patch) | |
tree | 3e727c69c98d2f1c7e64db5d890e1203d02cd940 /src/client/documents/DocumentTypes.ts | |
parent | 96b2f5f5334fb475180a095905e19e45a0414233 (diff) | |
parent | 4bb5910e0a853d225c3304aa7a958c2f9e9108c7 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 6ef23ef08..a3025be75 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -18,6 +18,7 @@ export enum DocumentType { TEMPLATE = "template", EXTENSION = "extension", YOUTUBE = "youtube", + WEBCAM = "webcam", FONTICON = "fonticonbox", PRES = "presentation", LINKFOLLOW = "linkfollow", |