akkoma-fe/static/config.json

27 lines
733 B
JSON
Raw Normal View History

{
2020-05-13 19:52:21 +00:00
"alwaysShowSubjectInput": true,
2018-03-31 10:50:51 +00:00
"background": "/static/aurora_borealis.jpg",
2018-09-25 11:47:02 +00:00
"collapseMessageWithSubject": false,
"greentext": false,
"hideFilteredStatuses": false,
"hideMutedPosts": false,
"hidePostStats": false,
"hideSitename": false,
2018-11-07 15:56:12 +00:00
"hideUserStats": false,
"loginMethod": "password",
2020-11-02 17:37:01 +00:00
"logo": "/static/logo.svg",
2020-05-13 19:52:21 +00:00
"logoMargin": ".1em",
"logoMask": true,
"logoLeft": false,
"nsfwCensorImage": "",
2020-05-13 19:52:21 +00:00
"postContentType": "text/plain",
"redirectRootLogin": "/main/friends",
"redirectRootNoLogin": "/main/all",
"showFeaturesPanel": true,
2020-05-13 19:52:21 +00:00
"showInstanceSpecificPanel": false,
"sidebarRight": false,
2020-05-13 19:52:21 +00:00
"subjectLineBehavior": "email",
"theme": "ihatebeingalive",
2020-05-13 19:52:21 +00:00
"webPushNotifications": false
}