pleroma/priv/static/static/config.json

24 lines
658 B
JSON
Raw Normal View History

2017-04-04 17:21:11 +02:00
{
2017-11-19 13:31:09 +01:00
"theme": "pleroma-dark",
2018-03-31 12:52:34 +02:00
"background": "/static/aurora_borealis.jpg",
2017-06-24 20:09:47 +02:00
"logo": "/static/logo.png",
2018-08-31 06:35:18 +02:00
"logoMask": true,
"logoMargin": ".1em",
2018-12-29 14:30:44 +01:00
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
2018-06-12 19:37:31 +02:00
"showInstanceSpecificPanel": false,
2018-10-23 13:15:48 +02:00
"collapseMessageWithSubject": false,
2019-01-01 17:45:03 +01:00
"scopeCopy": true,
2018-12-03 05:24:25 +01:00
"subjectLineBehavior": "email",
2019-02-21 09:04:35 +01:00
"postContentType": "text/plain",
2018-12-10 20:46:10 +01:00
"alwaysShowSubjectInput": true,
2018-10-23 13:15:48 +02:00
"hidePostStats": false,
2018-11-14 17:08:22 +01:00
"hideUserStats": false,
2018-12-29 14:30:44 +01:00
"loginMethod": "password",
"webPushNotifications": false,
2019-01-25 05:49:35 +01:00
"noAttachmentLinks": false,
2019-02-21 09:04:35 +01:00
"nsfwCensorImage": "",
2019-04-27 09:34:59 +02:00
"showFeaturesPanel": true,
"minimalScopesMode": false
2017-04-04 17:21:11 +02:00
}