pleroma-fe/static/config.json
Henry Jameson bfb3b4d8dc Merge branch 'been-awhile' into shigusegubu-vue3
* been-awhile:
  move pleroma-tan just a tiny bit lower
  art credit
  lint
  proper animation
  don't let function access `this`
  lint
  proper links and fix user detection
  don't show to anons, make it possible to disable notification instance-wide
  Apply 2 suggestion(s) to 1 file(s)
  Apply 2 suggestion(s) to 1 file(s)
  lint
  unit test + some refactoring
  refactoring
  shadow
  debug handlers for now
  server-side storage for flags
  Update dependency vue-i18n to v9.2.0
  initial scratch
2022-08-08 14:24:27 +03:00

31 lines
861 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,
"disableUpdateNotification": 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,
"greentext": true,
"mentionLinkShowYous": true
}