pleroma-fe/static/config.json
Henry Jameson 43857d7b13 Merge remote-tracking branch 'upstream/develop' into shigusegubu
* upstream/develop: (38 commits)
  Feature/bigger icons for mobile / #211
  Fix oauth url
  clean up the unused stuff
  Make user profile page cleaner
  missing string and unification with counters (order)
  collateral fix for tab display
  collateral fixes for user-card: use still-image, styles for custom emoji
  Refactor follower/friends out of statuses/timeline into user_profile where it belongs. Changed display of profile to single panel with tabs.
  Redirect to /main/all
  Move userProfile link to methods
  Fix user profile test
  Add temporary redirects
  Add local profile test
  Fix style
  Add a way to get new captcha on click
  Fix style
  Separate captcha into the backendInteractor
  more visual fixes
  changed bottom-shadow hiding method to be more compatible with overflow
  small fix for overflowing tab-switcher
  ...
2018-12-19 01:26:20 +03:00

21 lines
585 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": false,
"subjectLineBehavior": "noop",
"alwaysShowSubjectInput": false,
"hidePostStats": false,
"hideUserStats": false,
"loginMethod": "password"
}