akkoma-fe/static/config.json

21 lines
575 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",
2018-12-09 22:21:52 +00:00
"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,
"scopeCopy": false,
"subjectLineBehavior": "email",
"alwaysShowSubjectInput": true,
"hidePostStats": false,
2018-11-07 15:56:12 +00:00
"hideUserStats": false,
"loginMethod": "password"
}