diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 02:18:38 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 02:18:38 -0400 |
commit | 22e1207fc1f36fbf1e399c4e19eae3a56fadd397 (patch) | |
tree | 03cce5a3b773fa8e8f63fd2fd55a6913c2cb0ed4 /src/client/documents/DocumentTypes.ts | |
parent | 14972c1bfaf339a66db3464d9ea1f7d0453aa670 (diff) | |
parent | 45386f6950e5ae8390486900a430061bfe9e4846 (diff) |
merged with master
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 de366763b..06d35038a 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -31,6 +31,7 @@ export enum DocumentType { COLOR = "color", // color picker (view of a color picker for a color string) YOUTUBE = "youtube", // youtube directory (view of you tube search results) DOCHOLDER = "docholder", // nested document (view of a document) + COMPARISON = "comparison", // before/after view with slider (view of 2 images) LINKDB = "linkdb", // database of links ??? why do we have this RECOMMENDATION = "recommendation", // view of a recommendation |