Skip to content

Commit

Permalink
Re-enable share and download on IIIF viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-kn committed Mar 22, 2024
1 parent 06ea1e7 commit f56d524
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/src/iiif-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,20 @@ document.addEventListener("DOMContentLoaded", () => {
},
footerPanel: {
options: {
downloadEnabled: false,
downloadEnabled: true,
embedEnabled: false,
feedbackEnabled: false,
fullscreenEnabled: true,
minimiseButtons: false,
moreInfoEnabled: false,
openEnabled: false,
printEnabled: false,
shareEnabled: false,
shareEnabled: true,
},
},
shareDialogue: {
options: {
embedEnabled: false,
},
},
},
Expand Down

0 comments on commit f56d524

Please sign in to comment.