20d6286cce
Note that the PageMode, as specified in the API, will only be honoured when either: the user hasn't set the `sidebarViewOnLoad` preference to a non-default value, or a non-default `sidebarView` entry doesn't exist in the view history, or the "pagemode" hash parameter is included in the URL. Since this is new functionality, the patch also includes a preference (`disablePageMode`), to make it easy to opt-out of this functionality if the user/implementor so wishes.
23 lines
572 B
JSON
23 lines
572 B
JSON
{
|
|
"showPreviousViewOnLoad": true,
|
|
"defaultZoomValue": "",
|
|
"sidebarViewOnLoad": 0,
|
|
"enableHandToolOnLoad": false,
|
|
"cursorToolOnLoad": 0,
|
|
"enableWebGL": false,
|
|
"pdfBugEnabled": false,
|
|
"disableRange": false,
|
|
"disableStream": false,
|
|
"disableAutoFetch": false,
|
|
"disableFontFace": false,
|
|
"disableTextLayer": false,
|
|
"useOnlyCssZoom": false,
|
|
"externalLinkTarget": 0,
|
|
"enhanceTextSelection": false,
|
|
"renderer": "canvas",
|
|
"renderInteractiveForms": false,
|
|
"enablePrintAutoRotate": false,
|
|
"disablePageMode": false,
|
|
"disablePageLabels": false
|
|
}
|