akkoma/priv/static/static/config.json

24 lines
658 B
JSON
Raw Normal View History

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