diff options
| author | lain <lain@soykaf.club> | 2020-05-15 14:37:38 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-05-15 14:37:38 +0000 |
| commit | aeacfb24790326cd930e1c4ffea7505964dd5c69 (patch) | |
| tree | 6148cedaf6e20e521ccc51656f15b4292e7cc4d2 /priv | |
| parent | 5633637862250f1f2613cd02b35b5e3716b8e521 (diff) | |
| parent | 54b482418694b8c41984235ea85078fe00572cdc (diff) | |
| download | pleroma-aeacfb24790326cd930e1c4ffea7505964dd5c69.tar.gz pleroma-aeacfb24790326cd930e1c4ffea7505964dd5c69.zip | |
Merge branch 'chore/update-fe-settings-and-docs' into 'develop'
Synchronize PleromaFE settings
See merge request pleroma/pleroma!2532
Diffstat (limited to 'priv')
| -rw-r--r-- | priv/static/static/config.json | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/priv/static/static/config.json b/priv/static/static/config.json index c82678699..727dde73b 100644 --- a/priv/static/static/config.json +++ b/priv/static/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 } |
