config.json 722 B

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