forked from AkkomaGang/akkoma-fe
25 lines
720 B
JSON
25 lines
720 B
JSON
{
|
|
"theme": "pleroma-dark",
|
|
"background": "/static/aurora_borealis.jpg",
|
|
"logo": "/static/logo.png",
|
|
"logoMask": true,
|
|
"logoMargin": ".1em",
|
|
"redirectRootNoLogin": "/main/all",
|
|
"redirectRootLogin": "/main/friends",
|
|
"chatDisabled": false,
|
|
"showInstanceSpecificPanel": false,
|
|
"formattingOptionsEnabled": false,
|
|
"collapseMessageWithSubject": false,
|
|
"scopeCopy": true,
|
|
"subjectLineBehavior": "email",
|
|
"postContentType": "text/plain",
|
|
"alwaysShowSubjectInput": true,
|
|
"hidePostStats": false,
|
|
"hideUserStats": false,
|
|
"loginMethod": "password",
|
|
"webPushNotifications": false,
|
|
"noAttachmentLinks": false,
|
|
"nsfwCensorImage": "",
|
|
"showFeaturesPanel": true,
|
|
"minimalScopesMode": false
|
|
}
|