diff options
author | bobzel <zzzman@gmail.com> | 2021-03-31 01:17:15 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-31 01:17:15 -0400 |
commit | 2ae47918e2f606f9df6127d56edfafce99aebe0c (patch) | |
tree | 7d0b1a8e0347944ce6598d387fdb473b74cdc1be /src/client/documents/Documents.ts | |
parent | a81ea10f34369f3e36a52badd3a472fa1742cb29 (diff) |
added childHideLinkButton
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index d8200cd3d..a37bedc8b 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -175,6 +175,7 @@ export class DocumentOptions { childLayoutTemplate?: Doc; // template for collection to use to render its children (see PresBox or Buxton 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 hideLinkButton?: boolean; // whether the blue link counter button should be hidden hideAllLinks?: boolean; // whether all individual blue anchor dots should be hidden isTemplateForField?: string; // the field key for which the containing document is a rendering template |