diff options
author | bob <bcz@cs.brown.edu> | 2019-07-19 14:42:39 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-07-19 14:42:39 -0400 |
commit | ae07ba8fb410752ea98702219247ce5f89d1758b (patch) | |
tree | 0e4de37afccc8950648bf9c1d68207c460640a21 /src/client/documents/Documents.ts | |
parent | 2b98b5484b942361ab5e271fe9e09d09dc83fa60 (diff) |
fixes for templates and stacking views
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 3c248760b..11df6c152 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -55,7 +55,8 @@ export enum DocumentType { ICON = "icon", IMPORT = "import", LINK = "link", - LINKDOC = "linkdoc" + LINKDOC = "linkdoc", + TEMPLATE = "template" } export interface DocumentOptions { |