Update config.json
This commit is contained in:
parent
4e7fafa156
commit
d5905c5b48
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"theme": "pleroma-dark",
|
||||
"background": "/static/aurora_borealis.jpg",
|
||||
"logo": "/static/logo.png",
|
||||
"logoMask": true,
|
||||
"logoMargin": ".1em",
|
||||
"theme": "retro",
|
||||
"background": "/static/night_life.jpg",
|
||||
"logo": "/static/panda.png",
|
||||
"logoMask": false,
|
||||
"logoMargin": "0.1em",
|
||||
"redirectRootNoLogin": "/main/all",
|
||||
"redirectRootLogin": "/main/friends",
|
||||
"showInstanceSpecificPanel": false,
|
||||
"showInstanceSpecificPanel": true,
|
||||
"collapseMessageWithSubject": false,
|
||||
"scopeCopy": true,
|
||||
"subjectLineBehavior": "email",
|
||||
"scopeCopy": false,
|
||||
"subjectLineBehavior": "noop",
|
||||
"postContentType": "text/plain",
|
||||
"alwaysShowSubjectInput": true,
|
||||
"hidePostStats": false,
|
||||
|
|
Loading…
Reference in New Issue