diff options
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 381981e1b..12501065a 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -17,7 +17,12 @@ export enum DocumentType { TEMPLATE = "template", EXTENSION = "extension", YOUTUBE = "youtube", - DRAGBOX = "dragbox", + FONTICON = "fonticonbox", PRES = "presentation", LINKFOLLOW = "linkfollow", + PRESELEMENT = "preselement", + QUERY = "search", + COLOR = "color", + DOCULINK = "doculink", + PDFANNO = "pdfanno" }
\ No newline at end of file |