diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 17:12:28 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 17:12:28 -0400 |
commit | 65d9b92bcadbecb6e7dd55930f96f228c6a2f4f7 (patch) | |
tree | 75f1e94c0238fd21407206a1fdbe9cb94bd17cce /src/client/documents/DocumentTypes.ts | |
parent | 2b0840202933ac554a9dc79304203ada38551c0f (diff) |
simpliified presentations to be a PresBox with PresElementBoxes.
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 8ec6e9642..e5d5885cd 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -19,5 +19,6 @@ export enum DocumentType { YOUTUBE = "youtube", DRAGBOX = "dragbox", PRES = "presentation", - LINKFOLLOW = "linkfollow" + LINKFOLLOW = "linkfollow", + PRESELEMENT = "preselement" }
\ No newline at end of file |