pleroma-fe/static/config.json
Henry Jameson b0654ebc32 Merge branch 'minimal-scopes-mode' into shigusegubu
* minimal-scopes-mode:
  Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
2019-03-03 15:38:30 +02:00

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
}