diff options
author | bobzel <zzzman@gmail.com> | 2024-09-17 18:31:09 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-17 18:31:09 -0400 |
commit | 0653464370398188b23bb490c16b5a2ccf0300c3 (patch) | |
tree | 3dff6b5a05b6e4f5d3ad489b3e34ece487b836ac /src/client/documents/Documents.ts | |
parent | 35d19c29c2f628792a379534df6d5760e49cfb8f (diff) | |
parent | 4f2ee4a8642a93fb399b979750078374b317af32 (diff) |
merged with master + cleanup of carousel code
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 49ecf9333..da3419de2 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -274,6 +274,7 @@ export class DocumentOptions { _layout_showTitle?: string; // field name to display in header (:hover is an optional suffix) _layout_showSidebar?: BOOLt = new BoolInfo('whether an annotationsidebar should be displayed for text docuemnts'); _layout_showCaption?: string; // which field to display in the caption area. leave empty to have no caption + _layout_showTags?: BOOLt = new BoolInfo('whether to show the list of document tags at the bottom of a DocView'); _chromeHidden?: BOOLt = new BoolInfo('whether the editing chrome for a document is hidden'); hideClickBehaviors?: BOOLt = new BoolInfo('whether to hide click behaviors in context menu'); |