diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-05-13 22:31:48 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-05-13 22:31:48 +0000 |
| commit | dbf9285ed7e6bb1a90271d1f708b92ef56ba2a3c (patch) | |
| tree | 73e40088fec0be9fa7e29aa37673b6199b0a64e6 /static/config.json | |
| parent | cc9dd28e6b719fd6b103161b3188581450283429 (diff) | |
| parent | 229bf79d9016d19e1482f5e02f2f03e5d8b078e2 (diff) | |
Merge branch 'chore/update-config-docs' into 'develop'
Update settings documentation and sample static/config.json
See merge request pleroma/pleroma-fe!1110
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/static/config.json b/static/config.json index c8267869..727dde73 100644 --- a/static/config.json +++ b/static/config.json @@ -1,23 +1,28 @@ { - "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 + "showInstanceSpecificPanel": false, + "subjectLineBehavior": "email", + "theme": "pleroma-dark", + "webPushNotifications": false } |
