* minimal-scopes-mode: Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
27 lines
761 B
JSON
27 lines
761 B
JSON
{
|
|
"name": "SigsegV",
|
|
"theme": "sigsegv",
|
|
"background": "/static/sigsegv_s.png",
|
|
"logo": "/static/logo.svg",
|
|
"logoMask": true,
|
|
"logoMargin": ".1em",
|
|
"redirectRootNoLogin": "/main/all",
|
|
"redirectRootLogin": "/main/friends",
|
|
"chatDisabled": false,
|
|
"showInstanceSpecificPanel": false,
|
|
"scopeOptionsEnabled": false,
|
|
"formattingOptionsEnabled": false,
|
|
"collapseMessageWithSubject": false,
|
|
"scopeCopy": true,
|
|
"subjectLineBehavior": "noop",
|
|
"postContentType": "text/plain",
|
|
"alwaysShowSubjectInput": false,
|
|
"hidePostStats": false,
|
|
"hideUserStats": false,
|
|
"loginMethod": "password",
|
|
"webPushNotifications": false,
|
|
"noAttachmentLinks": false,
|
|
"nsfwCensorImage": "",
|
|
"showFeaturesPanel": true,
|
|
"minimalScopesMode": true
|
|
}
|