From 2b4709d1a84d88c520c309fad6408150ee2d6870 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 11 Feb 2019 10:43:08 +0100 Subject: [PATCH] [Chrome extension] Add missing "type" entry for the `viewOnLoad` preference in the `preferences_schema.json` file (PR 10502 follow-up) Fixes 10538 --- extensions/chromium/preferences_schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/chromium/preferences_schema.json b/extensions/chromium/preferences_schema.json index 2ce2a53ba..1f2926a22 100644 --- a/extensions/chromium/preferences_schema.json +++ b/extensions/chromium/preferences_schema.json @@ -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,