aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/static/config.json b/static/config.json
index 9863ec02..c49930ef 100644
--- a/static/config.json
+++ b/static/config.json
@@ -2,7 +2,19 @@
"theme": "pleroma-dark",
"background": "/static/aurora_borealis.jpg",
"logo": "/static/logo.png",
- "defaultPath": "/main/all",
+ "logoMask": true,
+ "logoMargin": ".1em",
+ "redirectRootNoLogin": "/main/all",
+ "redirectRootLogin": "/main/friends",
"chatDisabled": false,
- "showInstanceSpecificPanel": false
+ "showInstanceSpecificPanel": false,
+ "scopeOptionsEnabled": false,
+ "formattingOptionsEnabled": false,
+ "collapseMessageWithSubject": false,
+ "scopeCopy": false,
+ "subjectLineBehavior": "email",
+ "alwaysShowSubjectInput": true,
+ "hidePostStats": false,
+ "hideUserStats": false,
+ "loginMethod": "password"
}