aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-03-18 08:29:57 -0400
committerbobzel <zzzman@gmail.com>2022-03-18 08:29:57 -0400
commitfbc84a0b077bdc3971eed7a224f9e4991ce1488d (patch)
tree996fbad904b017da22a21033e99db3f414e3a740 /src/client/documents/Documents.ts
parent1e60b99195bc6748bbad53d173a8a2525216d683 (diff)
parent73ba1a0395167ab5949f71d0c82fa7188d37ab5c (diff)
Merge branch 'speedups2' of https://github.com/brown-dash/Dash-Web into speedups2
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index e2f82fc62..9bcd23aa0 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -179,7 +179,7 @@ export class DocumentOptions {
layout?: string | Doc; // default layout string for a document
contentPointerEvents?: string; // pointer events allowed for content of a document view. eg. set to "none" in menuSidebar for sharedDocs so that you can select a document, but not interact with its contents
childLimitHeight?: number; // whether to limit the height of collection children. 0 - means height can be no bigger than width
- childLayoutTemplate?: Doc; // template for collection to use to render its children (see PresBox or Buxton layout in tree view)
+ childLayoutTemplate?: Doc; // template for collection to use to render its children (see PresBox layout in tree view)
childLayoutString?: string; // template string for collection to use to render its children
childDontRegisterViews?: boolean;
childHideLinkButton?: boolean; // hide link buttons on all children