From 9e93a4cb24616cb6b1828c20a518077ced4d75e7 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Sun, 20 Sep 2015 17:17:17 +0100 Subject: [PATCH] defaults --- config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index 1abc86a..e0b4411 100644 --- a/config.jsonc +++ b/config.jsonc @@ -708,7 +708,7 @@ "rightsLevel" defines which initial rights level will be assigned to items and texts created by users of these user levels. */ - "rightsLevel": {"member": 2, "staff": 2, "admin": 2}, + "rightsLevel": {"member": 0, "staff": 0, "admin": 0}, /* "rightsLevels" is an ordered list of rights levels, one of which will be assigned to each item. @@ -935,7 +935,7 @@ "sidebarSize": 256, "text": "", "texts": {}, - "theme": "oxlight", + "theme": "oxmedium", "updateAdvancedFindResults": false, "videoLoop": false, "videoMuted": false,