diff options
author | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-10-19 14:41:16 -0400 |
---|---|---|
committer | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-10-19 14:41:16 -0400 |
commit | 1a8292f7588880718a657a5fca5c32f1a5975205 (patch) | |
tree | 216639d9d5387ba2563b37b169c678301d671b15 /src/client/documents/DocumentTypes.ts | |
parent | 5e04d7f94d180dc984e48eca888ac2cedfd0c7a3 (diff) | |
parent | 3d910bae8771e67cabc1500c49b77d425fdf62e9 (diff) |
merged
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index de56878b8..32c3e6e80 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -17,9 +17,13 @@ export enum DocumentType { TEMPLATE = "template", EXTENSION = "extension", YOUTUBE = "youtube", - DRAGBOX = "dragbox", + FONTICON = "fonticonbox", PRES = "presentation", RECOMMENDATION = "recommendation", LINKFOLLOW = "linkfollow", - PRESELEMENT = "preselement" + PRESELEMENT = "preselement", + QUERY = "search", + COLOR = "color", + DOCULINK = "doculink", + PDFANNO = "pdfanno" }
\ No newline at end of file |