aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/data
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/data')
-rw-r--r--ext/bg/data/options-schema.json7
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
}
}
}