aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorhakabahitoyo <hakabahitoyo@example.com>2018-02-04 00:27:33 +0900
committerhakabahitoyo <hakabahitoyo@example.com>2018-02-04 00:27:33 +0900
commit95cba854f389ebdee200d0df147e4c26ed4949a0 (patch)
tree90f265345b39e2f74b01208d4524f4f47e45c55f /static/config.json
parent92289e545a62bd28ea336c5d712a05445e0e20ab (diff)
add instance specific panel
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json
index 880efca8..38b1062d 100644
--- a/static/config.json
+++ b/static/config.json
@@ -3,7 +3,8 @@
"theme": "pleroma-dark",
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
- "registrationOpen": false,
+ "registrationOpen": true,
"defaultPath": "/main/all",
- "chatDisabled": false
+ "chatDisabled": false,
+ "showInstanceSpecificPanel": false
}