diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-16 23:50:27 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-16 23:50:27 -0400 |
commit | caebaeca6993ff48609ab16dcc390d4d0458b03a (patch) | |
tree | 1f35d8f38e1f56c046b4b5585bd22b6f70bcd500 /src/client/documents/Documents.ts | |
parent | 7763a08eb5ed931dbf854e2b72d07b7613791e2b (diff) |
fixed applying templates to collections. fixed templates containing collections
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 2ffbc8394..62175cbe3 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -69,7 +69,7 @@ export interface DocumentOptions { preventTreeViewOpen?: boolean; // ignores the treeViewOpen Doc flag which allows a treeViewItem's expande/collapse state to be independent of other views of the same document in the tree view layout?: string | Doc; hideHeadings?: boolean; // whether stacking view column headings should be hidden - isTemplate?: boolean; + isTemplateField?: boolean; isTemplateDoc?: boolean; templates?: List<string>; viewType?: number; |