From faab72cec2cca35cd155bdde94c040a5e2adb38e Mon Sep 17 00:00:00 2001 From: kerim1 Date: Fri, 22 Mar 2024 15:35:03 +0100 Subject: [PATCH] Fix PDF view --- .../iiif/extensions/uv-pdf-extension/config/config.json | 3 ++- src/uv-config.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/content-handlers/iiif/extensions/uv-pdf-extension/config/config.json b/src/content-handlers/iiif/extensions/uv-pdf-extension/config/config.json index cd8f89b5b..bd1963bd2 100644 --- a/src/content-handlers/iiif/extensions/uv-pdf-extension/config/config.json +++ b/src/content-handlers/iiif/extensions/uv-pdf-extension/config/config.json @@ -161,7 +161,7 @@ "panelCollapsedWidth": 30, "panelExpandedWidth": 255, "panelOpen": true, - "thumbsEnabled": true, + "thumbsEnabled": false, "thumbsExtraHeight": 8, "thumbsImageFadeInDuration": 300, "thumbsLoadRange": 15, @@ -171,6 +171,7 @@ "expandFullEnabled": false }, "content": { + "title": "$contents", "collapse": "$collapse", "collapseFull": "$collapseFull", "expand": "$expandContents", diff --git a/src/uv-config.json b/src/uv-config.json index b97caf90d..955df6a89 100644 --- a/src/uv-config.json +++ b/src/uv-config.json @@ -18,7 +18,7 @@ "authorisationFailedMessage": "Unfortunately access to this record is restricted" }, "modules": { - "contentLeftPanel": { + "leftPanel": { "options": { "oneColThumbHeight": 150, "oneColThumbWidth": 90, @@ -32,7 +32,7 @@ "panelOpen": true } }, - "avCenterPanel": { + "centerPanel": { "options": { "includeParentInTitleEnabled": true },