aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-07-22 13:45:32 -0400
committerbob <bcz@cs.brown.edu>2019-07-22 13:45:32 -0400
commit8db50c6ba0be83b85c896043da53e40c17523e90 (patch)
tree499ca3a7619aa46cd73b25a355542c8b94dba531 /src/client/documents/Documents.ts
parenta4820fade4149196ecbe8e30de31f7b8e6b5057f (diff)
more missing stuff .. bad merge?
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index de049be5a..7563fda20 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 {