akkoma/priv/static/static/config.json

23 lines
634 B
JSON
Raw Normal View History

2017-04-04 15:21:11 +00:00
{
2017-11-19 12:31:09 +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-02-11 19:55:02 +00:00
"chatDisabled": false,
2018-06-12 17:37:31 +00:00
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false,
2018-09-09 12:09:52 +00:00
"formattingOptionsEnabled": false,
2018-10-23 11:15:48 +00:00
"collapseMessageWithSubject": false,
2018-12-03 04:24:25 +00:00
"scopeCopy": false,
"subjectLineBehavior": "email",
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,
"noAttachmentLinks": false
2017-04-04 15:21:11 +00:00
}