diff options
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r-- | ext/bg/data/options-schema.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index b66577f8..159ca009 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -790,7 +790,8 @@ "global": { "type": "object", "required": [ - "database" + "database", + "showPopupPreview" ], "properties": { "database": { @@ -804,6 +805,10 @@ "default": false } } + }, + "showPopupPreview": { + "type": "boolean", + "default": false } } } |