pleroma-fe/static/config.json

27 lines
740 B
JSON
Raw Normal View History

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