Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / priv / static / static / config.json
1 {
2 "theme": "ihatebeingalive",
3 "background": "/static/aurora_borealis.jpg",
4 "logo": "/static/logo.png",
5 "logoMask": true,
6 "logoMargin": ".1em",
7 "redirectRootNoLogin": "/main/all",
8 "redirectRootLogin": "/main/friends",
9 "showInstanceSpecificPanel": false,
10 "collapseMessageWithSubject": false,
11 "scopeCopy": true,
12 "subjectLineBehavior": "email",
13 "postContentType": "text/plain",
14 "alwaysShowSubjectInput": true,
15 "hidePostStats": false,
16 "hideUserStats": false,
17 "loginMethod": "password",
18 "webPushNotifications": false,
19 "noAttachmentLinks": false,
20 "nsfwCensorImage": "",
21 "showFeaturesPanel": true,
22 "minimalScopesMode": false
23 }