aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/data/options-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/data/options-schema.json')
-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 2da48041..4a953243 100644
--- a/ext/bg/data/options-schema.json
+++ b/ext/bg/data/options-schema.json
@@ -797,7 +797,8 @@
"type": "object",
"required": [
"database",
- "showPopupPreview"
+ "showPopupPreview",
+ "useSettingsV2"
],
"properties": {
"database": {
@@ -815,6 +816,10 @@
"showPopupPreview": {
"type": "boolean",
"default": false
+ },
+ "useSettingsV2": {
+ "type": "boolean",
+ "default": false
}
}
}