[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:
Jonas Jenwald 2019-02-11 10:43:08 +01:00
parent dfe7d9bc26
commit 2b4709d1a8

View File

@ -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,