Skip to content

Commit a045a00

Browse files
Merge pull request #10540 from Snuffleupagus/viewOnLoad-pref-schema-type
[Chrome extension] Add missing "type" entry for the `viewOnLoad` preference in the `preferences_schema.json` file (PR 10502 follow-up)
2 parents 1d90c76 + 2b4709d commit a045a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/chromium/preferences_schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"viewOnLoad": {
1010
"title": "View position on load",
1111
"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.",
12+
"type": "integer",
1213
"enum": [
1314
-1,
1415
0,

0 commit comments

Comments
 (0)