[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
@ -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…
Reference in New Issue
Block a user