We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c316914 commit 27ffda3Copy full SHA for 27ffda3
βsrc/content-handlers/iiif/extensions/uv-openseadragon-extension/config/Config.ts
@@ -26,7 +26,7 @@ type ContentLeftPanelOptions = {
26
defaultToTreeEnabled: boolean;
27
/** Number of items to default to tree view */
28
defaultToTreeIfGreaterThan: number;
29
- /** Number of items to elide */
+ /** Number of characters to elide at */
30
elideCount: number;
31
/** Determines if full expansion is enabled */
32
expandFullEnabled: boolean;
βsrc/content-handlers/iiif/extensions/uv-pdf-extension/config/config.json
@@ -43,6 +43,7 @@
43
"theme": "uv-en-GB-theme",
44
"tokenStorage": "session",
45
"useArrowKeysToNavigate": false,
46
+ "usePdfJs": true,
47
"zoomToSearchResultEnabled": true
48
},
49
"modules": {
0 commit comments