diff options
author | bobzel <zzzman@gmail.com> | 2023-12-16 17:52:58 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-16 17:52:58 -0500 |
commit | f3c9c87e4235024e3b382b9f1e7da8eb7fbeaa23 (patch) | |
tree | 0ccca573175426c1826700ee71cd5329aa451a55 /src/client/documents/DocumentTypes.ts | |
parent | a142c57a4a75477727122130b091f3aec1bd8d91 (diff) | |
parent | 4a1d64e470f7f8fae90e5014f3e6e64c5ffea2c8 (diff) |
Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web into zaul-new-branch
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 306e9e14b..5b9f71641 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -38,6 +38,7 @@ export enum DocumentType { GROUP = 'group', PUSHPIN = 'pushpin', MAPROUTE = 'maproute', + CALENDAR = 'calendar', SCRIPTDB = 'scriptdb', // database of scripts GROUPDB = 'groupdb', // database of groups @@ -62,4 +63,5 @@ export enum CollectionViewType { Pile = 'pileup', StackedTimeline = 'stacked timeline', NoteTaking = 'notetaking', + Calendar = 'calendar_view' } |