diff options
author | bobzel <zzzman@gmail.com> | 2022-06-10 10:53:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-10 10:53:57 -0400 |
commit | 9c5d0fc25b14619bedf96a9988be4f8c254812c4 (patch) | |
tree | 4babd722fe15bd1cbc80a276897b55161c635358 /src/client/documents/Documents.ts | |
parent | 7d38e4a98a0382cdd032d63d375707f19362873d (diff) | |
parent | 78b3b4f194b94a230ff0b07e397b595700d6529f (diff) |
Merge branch 'master' into master-cleanup
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 088593871..0bb6ce27f 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -191,6 +191,10 @@ export class DocumentOptions { childDontRegisterViews?: boolean; childHideLinkButton?: boolean; // hide link buttons on all children hideLinkButton?: boolean; // whether the blue link counter button should be hidden + hideDecorationTitle?: boolean; + hideOpenButton?: boolean; + hideResizeHandles?: boolean; + hideDocumentButtonBar?: boolean; 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 isTemplateDoc?: boolean; |