aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-03-14 22:51:48 -0400
committerGitHub <noreply@github.com>2021-03-14 22:51:48 -0400
commit49b603c7561c1f39cd79c969e00b6069cedb2397 (patch)
tree8aea4642daa2d568579399ead8ca1bee236afca2 /ext/data/schemas
parenta52d86a39e9cca620823e3d97d7c129a7abafced (diff)
Remove old settings page (#1524)
* Remove old settings page * Remove spinner.gif
Diffstat (limited to 'ext/data/schemas')
-rw-r--r--ext/data/schemas/options-schema.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index d1681bdd..c9d9be6d 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -1087,8 +1087,7 @@
"global": {
"type": "object",
"required": [
- "database",
- "useSettingsV2"
+ "database"
],
"properties": {
"database": {
@@ -1102,10 +1101,6 @@
"default": false
}
}
- },
- "useSettingsV2": {
- "type": "boolean",
- "default": true
}
}
}