pleroma-fe/static/config.json
Henry Jameson 41ee42e03f Merge branch 'feature/scope_preferences' into shigusegubu
* feature/scope_preferences:
  lint fix
  now it actually works
  settings for scope/subject
2018-09-25 16:25:04 +03:00

17 lines
466 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": "email"
}