aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-22 15:36:26 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-22 15:36:26 -0400
commitdb7b55c3cc6f1907d19de83253cd1b1e1cfaf246 (patch)
treef99b083b0726e7947d178049114fef9beffcad6b /src/client/documents/Documents.ts
parent3e3d592e677a30c7fb7ca721293ea09b231a97a3 (diff)
parent872d5b1ddd8868d316b0775317a73a04de8c240b (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 {