config.json 658 B

1234567891011121314151617181920212223
  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. "showInstanceSpecificPanel": false,
  10. "collapseMessageWithSubject": false,
  11. "scopeCopy": true,
  12. "subjectLineBehavior": "email",
  13. "postContentType": "text/plain",
  14. "alwaysShowSubjectInput": true,
  15. "hidePostStats": false,
  16. "hideUserStats": false,
  17. "loginMethod": "password",
  18. "webPushNotifications": false,
  19. "noAttachmentLinks": false,
  20. "nsfwCensorImage": "",
  21. "showFeaturesPanel": true,
  22. "minimalScopesMode": false
  23. }