1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2025-01-03 20:15:49 +01:00
pleroma-fe/static/config.json

24 lines
648 B
JSON
Raw Normal View History

{
2019-09-03 21:05:54 +02:00
"theme": "retro",
"background": "/static/night_life.jpg",
"logo": "/static/panda.png",
"logoMask": false,
"logoMargin": "0.1em",
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
2019-09-03 21:05:54 +02:00
"showInstanceSpecificPanel": true,
2018-09-25 13:47:02 +02:00
"collapseMessageWithSubject": false,
2019-09-03 21:05:54 +02:00
"scopeCopy": false,
"subjectLineBehavior": "noop",
"postContentType": "text/plain",
"alwaysShowSubjectInput": true,
"hidePostStats": false,
2018-11-07 16:56:12 +01:00
"hideUserStats": false,
"loginMethod": "password",
2018-12-27 11:25:11 +01:00
"webPushNotifications": false,
2019-01-22 22:10:59 +01:00
"noAttachmentLinks": false,
"nsfwCensorImage": "",
"showFeaturesPanel": true,
"minimalScopesMode": false
}