From fbad651ebd31d09406ef141e61ea396ad1eda710 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 15:14:19 +0200 Subject: Make config.ini editable in the admin interface --- config/schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/schema.json') 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]+)*$" -- cgit v1.2.3