Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
781B

  1. {
  2. "alwaysShowSubjectInput": true,
  3. "background": "/static/aurora_borealis.jpg",
  4. "collapseMessageWithSubject": false,
  5. "greentext": false,
  6. "hideFilteredStatuses": false,
  7. "hideMutedPosts": false,
  8. "hidePostStats": false,
  9. "hideSitename": false,
  10. "hideUserStats": false,
  11. "loginMethod": "password",
  12. "logo": "/static/logo.svg",
  13. "logoMargin": ".1em",
  14. "logoMask": true,
  15. "logoLeft": false,
  16. "minimalScopesMode": false,
  17. "nsfwCensorImage": "",
  18. "postContentType": "text/plain",
  19. "redirectRootLogin": "/main/friends",
  20. "redirectRootNoLogin": "/main/all",
  21. "scopeCopy": true,
  22. "showFeaturesPanel": true,
  23. "showInstanceSpecificPanel": false,
  24. "sidebarRight": false,
  25. "subjectLineBehavior": "email",
  26. "theme": "pleroma-dark",
  27. "webPushNotifications": false
  28. }