pleroma/priv/static/static/config.json

29 lines
784 B
JSON
Raw Normal View History

2017-04-04 17:21:11 +02:00
{
2020-05-13 22:57:39 +02:00
"alwaysShowSubjectInput": true,
2018-03-31 12:52:34 +02:00
"background": "/static/aurora_borealis.jpg",
2018-10-23 13:15:48 +02:00
"collapseMessageWithSubject": false,
2020-05-13 22:57:39 +02:00
"disableChat": false,
"greentext": false,
"hideFilteredStatuses": false,
"hideMutedPosts": false,
2018-10-23 13:15:48 +02:00
"hidePostStats": false,
2020-05-13 22:57:39 +02:00
"hideSitename": false,
2018-11-14 17:08:22 +01:00
"hideUserStats": false,
2018-12-29 14:30:44 +01:00
"loginMethod": "password",
2020-05-13 22:57:39 +02:00
"logo": "/static/logo.png",
"logoMargin": ".1em",
"logoMask": true,
"minimalScopesMode": false,
2019-02-21 09:04:35 +01:00
"nsfwCensorImage": "",
2020-05-13 22:57:39 +02:00
"postContentType": "text/plain",
"redirectRootLogin": "/main/friends",
"redirectRootNoLogin": "/main/all",
"scopeCopy": true,
2019-04-27 09:34:59 +02:00
"showFeaturesPanel": true,
2020-05-13 22:57:39 +02:00
"showInstanceSpecificPanel": false,
2020-07-06 12:17:08 +02:00
"sidebarRight": false,
2020-05-13 22:57:39 +02:00
"subjectLineBehavior": "email",
"theme": "pleroma-dark",
"webPushNotifications": false
2017-04-04 17:21:11 +02:00
}