diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-05-15 12:26:38 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-05-15 12:26:38 -0500 |
| commit | 2135dc8510d50b4c37765364afdde3f275708e3f (patch) | |
| tree | eff10b93d2fe8d4ed904ad13203a0e9b17dd2503 /static/config.json | |
| parent | bc5005b3ddddeb47d5160a1b79d2edb39e887b4b (diff) | |
| parent | 671ecfb1521ab3ff4f853671866ac189a64aadf5 (diff) | |
Merge branch 'develop' into feat/sidebar-alignment
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/static/config.json b/static/config.json index a87ed853..57ee3264 100644 --- a/static/config.json +++ b/static/config.json @@ -1,24 +1,29 @@ { - "theme": "pleroma-dark", + "alwaysShowSubjectInput": true, "background": "/static/aurora_borealis.jpg", - "logo": "/static/logo.png", - "logoMask": true, - "logoMargin": ".1em", - "redirectRootNoLogin": "/main/all", - "redirectRootLogin": "/main/friends", - "showInstanceSpecificPanel": false, "collapseMessageWithSubject": false, - "scopeCopy": true, - "subjectLineBehavior": "email", - "postContentType": "text/plain", - "alwaysShowSubjectInput": true, + "disableChat": false, + "greentext": false, + "hideFilteredStatuses": false, + "hideMutedPosts": false, "hidePostStats": false, + "hideSitename": false, "hideUserStats": false, "loginMethod": "password", - "webPushNotifications": false, + "logo": "/static/logo.png", + "logoMargin": ".1em", + "logoMask": true, + "minimalScopesMode": false, "noAttachmentLinks": false, "nsfwCensorImage": "", + "postContentType": "text/plain", + "redirectRootLogin": "/main/friends", + "redirectRootNoLogin": "/main/all", + "scopeCopy": true, "showFeaturesPanel": true, - "minimalScopesMode": false, - "sidebarRight": false + "showInstanceSpecificPanel": false, + "sidebarRight": false, + "subjectLineBehavior": "email", + "theme": "pleroma-dark", + "webPushNotifications": false } |
