summaryrefslogtreecommitdiffstats
path: root/config/schema.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 15:14:19 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 15:14:19 +0200
commitfbad651ebd31d09406ef141e61ea396ad1eda710 (patch)
treeb57b142031c4e291856cc607fb3697b537b48b49 /config/schema.json
parentb02f22f86b6e89483948e5bf9605558a78046efd (diff)
Make config.ini editable in the admin interface
Diffstat (limited to 'config/schema.json')
-rw-r--r--config/schema.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/schema.json b/config/schema.json
index 7e44878c9..c65a1c8dd 100644
--- a/config/schema.json
+++ b/config/schema.json
@@ -16,6 +16,9 @@
"type": "string",
"enum": ["AGPL", "MIT", "GPL", "LGPL", "BSD","Apache"]
},
+ "admin": {
+ "type": "boolean"
+ },
"version": {
"type": "string",
"pattern": "^[0-9]+(\\.[0-9]+)*$"