Removed the `ForceToUseFakeDocument` property from the `Api` section, as it is no longer needed. Added a new property, `UsePredefinedReports`, to the `Api` section with a default value of `false` to enable or disable the use of predefined reports.
19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"Api": {
|
|
"BaseUrl": "",
|
|
"UsePredefinedReports": false
|
|
},
|
|
"PdfViewer": {
|
|
"ThumbnailBaseScale": 0.75,
|
|
"ThumbnailEnableHiDPI": true,
|
|
"ThumbnailMaxDPR": 2.0,
|
|
"MainCanvasEnableHiDPI": true,
|
|
"MainCanvasMaxDPR": 2.0,
|
|
"EnableSmoothZoom": true,
|
|
"ZoomTransitionDuration": 900,
|
|
"RenderingOpacity": 0.85,
|
|
"ThumbnailRenderDelay": 50,
|
|
"ZoomStepPercentage": 5
|
|
}
|
|
}
|