config.json 683 B

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