diff options
author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-02-29 14:20:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 14:20:01 -0500 |
commit | bb2f6955bef4f079c0fa7213e80fde7a76847799 (patch) | |
tree | ef5e70925b8cdeb8229af849e33e6f3a4cceae7f /src/client/documents/DocumentTypes.ts | |
parent | 640f14da28d97600fb32d09023fc932e3a4052c4 (diff) | |
parent | 2f6e27c67d1790d4350eede3003f0b614460f4d1 (diff) |
Merge pull request #343 from browngraphicslab/pen
Pen
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 06b15d78c..2e5d6a055 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -19,6 +19,8 @@ export enum DocumentType { WEBCAM = "webcam", FONTICON = "fonticonbox", PRES = "presentation", + RECOMMENDATION = "recommendation", + LINKFOLLOW = "linkfollow", PRESELEMENT = "preselement", QUERY = "search", COLOR = "color", |