mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
[Chrome extension] Add missing "type" entry for the viewOnLoad
preference in the preferences_schema.json
file (PR 10502 follow-up)
Fixes 10538
This commit is contained in:
parent
dfe7d9bc26
commit
2b4709d1a8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"viewOnLoad": {
|
||||
"title": "View position on load",
|
||||
"description": "The position in the document upon load.\n -1 = Default (uses OpenAction if available, otherwise equal to `viewOnLoad = 0`).\n 0 = The last viewed page/position.\n 1 = The initial page/position.",
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
-1,
|
||||
0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue