add instance specific panel

This commit is contained in:
hakabahitoyo 2018-02-04 00:27:33 +09:00
parent 92289e545a
commit 95cba854f3
6 changed files with 42 additions and 5 deletions

View file

@ -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
}