akkoma-fe/static/config.json

25 lines
683 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",
"showInstanceSpecificPanel": false,
2018-09-25 11:47:02 +00:00
"collapseMessageWithSubject": false,
2018-12-25 17:44:01 +00:00
"scopeCopy": true,
"subjectLineBehavior": "email",
"postContentType": "text/plain",
"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": "",
"showFeaturesPanel": true,
"minimalScopesMode": false,
"sidebarRight": false
}