aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-02-11 09:32:45 +0000
committerlambda <pleromagit@rogerbraun.net>2018-02-11 09:32:45 +0000
commitea6ee2aaa25741078e3a0f6f6ec7cfeb46d1b365 (patch)
tree45f4f3bc3b4fc2895a4f383f9f66b61f18634750 /static/config.json
parentb0f248c48384c888faef8fcf76ee8b3f8abfde8e (diff)
parentfe1044dfdfd565b0af7eed8e1f1b6ca02ca25e6a (diff)
Merge branch 'feature/instance-specific-panel' into 'develop'
add instance specific panel See merge request pleroma/pleroma-fe!202
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 8e4b21ca..6c9c27da 100644
--- a/static/config.json
+++ b/static/config.json
@@ -3,5 +3,6 @@
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
"defaultPath": "/main/all",
- "chatDisabled": false
+ "chatDisabled": false,
+ "showInstanceSpecificPanel": false
}