pleroma-fe/static/config.json
Henry Jameson 9f24faaa94 Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop:
  Remove unused shoutbox channel state from side drawer
  This setting didn't actually do anything
  Use old value to discover if Shoutbox is available until we ship a new release that's declaring the feature as "shout"
  Keep channel name the same for backwards compatibility
  Rename legacy PleromaFE Chat functionality to "Shout"
2021-06-04 12:13:22 +03:00

28 lines
771 B
JSON

{
"alwaysShowSubjectInput": false,
"background": "/static/sigsegv_s.png",
"collapseMessageWithSubject": false,
"greentext": false,
"hideFilteredStatuses": false,
"hideMutedPosts": false,
"hidePostStats": false,
"hideSitename": false,
"hideUserStats": false,
"loginMethod": "password",
"logo": "/static/logo.svg",
"logoMargin": ".1em",
"logoMask": true,
"logoLeft": false,
"minimalScopesMode": false,
"nsfwCensorImage": "",
"postContentType": "text/plain",
"redirectRootLogin": "/main/friends",
"redirectRootNoLogin": "/main/all",
"scopeCopy": false,
"showFeaturesPanel": true,
"showInstanceSpecificPanel": false,
"sidebarRight": false,
"subjectLineBehavior": "noop",
"theme": "sigsegv",
"webPushNotifications": false
}