mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-23 00:29:38 +01:00
24 lines
675 B
JSON
24 lines
675 B
JSON
{
|
|
"theme": "retro",
|
|
"background": "/static/night_life.jpg",
|
|
"logo": "/static/panda.png",
|
|
"logoMask": false,
|
|
"logoMargin": "0.1em",
|
|
"redirectRootNoLogin": "/main/all",
|
|
"redirectRootLogin": "/main/friends",
|
|
"showInstanceSpecificPanel": true,
|
|
"collapseMessageWithSubject": false,
|
|
"scopeCopy": false,
|
|
"subjectLineBehavior": "noop",
|
|
"postContentType": "text/plain",
|
|
"alwaysShowSubjectInput": true,
|
|
"hidePostStats": false,
|
|
"hideUserStats": false,
|
|
"loginMethod": "password",
|
|
"webPushNotifications": false,
|
|
"noAttachmentLinks": false,
|
|
"nsfwCensorImage": "/static/img/nsfw.puniko.png",
|
|
"showFeaturesPanel": true,
|
|
"minimalScopesMode": false
|
|
}
|