diff options
author | bobzel <zzzman@gmail.com> | 2021-02-15 15:01:06 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-15 15:01:06 -0500 |
commit | bd5ca49636c5ff0d480003f9479cf40a562b4589 (patch) | |
tree | 8b1295e153af765970f3adb4cc6bb4b8f30ae8b6 /src/client/documents/Documents.ts | |
parent | ddf37d997ded0faa87c844b02f4df1b98989fd2e (diff) |
cleaned up showTitle and showAudio stuff just a bit.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fee2679b6..7502aa685 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -76,8 +76,7 @@ export interface DocumentOptions { _fitWidth?: boolean; _fitToBox?: boolean; // whether a freeformview should zoom/scale to create a shrinkwrapped view of its contents _freeformLOD?: boolean; // whether to use LOD to render a freeform document - _showTitleHover?: string; // - _showTitle?: string; // which field to display in the title area. leave empty to have no title + _showTitle?: string; // field name to display in header (:hover is an optional suffix) _showCaption?: string; // which field to display in the caption area. leave empty to have no caption _scrollTop?: number; // scroll location for pdfs _noAutoscroll?: boolean;// whether collections autoscroll when this item is dragged |