pleroma-fe/static/config.json

27 lines
718 B
JSON
Raw Normal View History

{
2020-05-13 19:52:21 +00:00
"alwaysShowSubjectInput": true,
"background": "/static/background.jpg",
"collapseMessageWithSubject": true,
"greentext": true,
"hideFilteredStatuses": true,
"hideMutedPosts": true,
"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": "witch-inn",
2020-05-13 19:52:21 +00:00
"webPushNotifications": false
}