akkoma-fe/static/config.json

24 lines
658 B
JSON
Raw Normal View History

{
"theme": "pleroma-dark",
2018-03-31 10:50:51 +00:00
"background": "/static/aurora_borealis.jpg",
"logo": "/static/logo.png",
"logoMask": true,
"logoMargin": ".1em",
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
2018-02-03 15:27:33 +00:00
"chatDisabled": false,
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false,
"formattingOptionsEnabled": false,
2018-09-25 11:47:02 +00:00
"collapseMessageWithSubject": false,
2018-12-25 17:44:01 +00:00
"scopeCopy": true,
"subjectLineBehavior": "email",
"alwaysShowSubjectInput": true,
"hidePostStats": false,
2018-11-07 15:56:12 +00:00
"hideUserStats": false,
"loginMethod": "password",
2018-12-27 10:25:11 +00:00
"webPushNotifications": false,
2019-01-22 21:10:59 +00:00
"noAttachmentLinks": false,
"nsfwCensorImage": ""
}