aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authordtluna <dtluna@openmailbox.org>2018-02-09 16:02:26 +0300
committerdtluna <dtluna@openmailbox.org>2018-02-09 16:02:26 +0300
commite2248bcf4fc57b7dbac9585a41b0578201394d88 (patch)
tree2d41353f544b5e7786666f91219a68d15d1f0a8a /static/config.json
parent082a119fd7c4182247ffb77063c9642cbb00af49 (diff)
Use `name` and `closed` from the backend
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json
index 880efca8..8e4b21ca 100644
--- a/static/config.json
+++ b/static/config.json
@@ -1,9 +1,7 @@
{
- "name": "Pleroma FE",
"theme": "pleroma-dark",
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
- "registrationOpen": false,
"defaultPath": "/main/all",
"chatDisabled": false
}