forked from AkkomaGang/akkoma-fe
a974d2ab85
scopeCopy → true by default See merge request pleroma/pleroma-fe!439
22 lines
633 B
JSON
22 lines
633 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,
|
|
"scopeOptionsEnabled": false,
|
|
"formattingOptionsEnabled": false,
|
|
"collapseMessageWithSubject": false,
|
|
"scopeCopy": true,
|
|
"subjectLineBehavior": "email",
|
|
"alwaysShowSubjectInput": true,
|
|
"hidePostStats": false,
|
|
"hideUserStats": false,
|
|
"loginMethod": "password",
|
|
"webPushNotifications": false,
|
|
"noAttachmentLinks": false
|
|
}
|