File tree 2 files changed +3
-3
lines changed
src/content-handlers/iiif/extensions/uv-pdf-extension/config
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
15
15
16
16
type PDFCenterPanelOptions = CenterPanelOptions & {
17
17
/** Determines if PDF.js should be used for PDF rendering */
18
- usePdfJs ? : boolean ;
18
+ usePdfJs : boolean ;
19
19
} ;
20
20
21
21
type PDFCenterPanelContent = CenterPanelContent & { } ;
Original file line number Diff line number Diff line change 43
43
"theme" : " uv-en-GB-theme" ,
44
44
"tokenStorage" : " session" ,
45
45
"useArrowKeysToNavigate" : false ,
46
- "usePdfJs" : true ,
47
46
"zoomToSearchResultEnabled" : true
48
47
},
49
48
"modules" : {
180
179
"titleEnabled" : false ,
181
180
"subtitleEnabled" : true ,
182
181
"mostSpecificRequiredStatement" : true ,
183
- "requiredStatementEnabled" : true
182
+ "requiredStatementEnabled" : true ,
183
+ "usePdfJs" : true
184
184
},
185
185
"content" : {
186
186
"attribution" : " $attribution"
You can’t perform that action at this time.
0 commit comments