aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-14 12:22:28 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-14 12:22:28 -0500
commit840c6f40b6a70f345d8ccfae039f449c9434b57c (patch)
treebd6d6fcd270ce38460ef4ae72471cae51eb16f8b /static/config.json
parenteea6d772ad53665ea926d714ed2df6059dec197d (diff)
parentdbf9285ed7e6bb1a90271d1f708b92ef56ba2a3c (diff)
Merge branch 'develop' into chore/remote-unused-option
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json31
1 files changed, 18 insertions, 13 deletions
diff --git a/static/config.json b/static/config.json
index 0ce85f99..74947314 100644
--- a/static/config.json
+++ b/static/config.json
@@ -1,22 +1,27 @@
{
- "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,
"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
}