pleroma/priv/static/static/config.json

26 lines
722 B
JSON
Raw Normal View History

2017-04-04 08:21:11 -07:00
{
2017-11-19 04:31:09 -08:00
"theme": "pleroma-dark",
2018-03-31 03:52:34 -07:00
"background": "/static/aurora_borealis.jpg",
2017-06-24 11:09:47 -07:00
"logo": "/static/logo.png",
2018-08-30 21:35:18 -07:00
"logoMask": true,
"logoMargin": ".1em",
2018-12-29 05:30:44 -08:00
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
2018-02-11 11:55:02 -08:00
"chatDisabled": false,
2018-06-12 10:37:31 -07:00
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false,
2018-09-09 05:09:52 -07:00
"formattingOptionsEnabled": false,
2018-10-23 04:15:48 -07:00
"collapseMessageWithSubject": false,
2019-01-01 08:45:03 -08:00
"scopeCopy": true,
2018-12-02 20:24:25 -08:00
"subjectLineBehavior": "email",
2019-02-21 00:04:35 -08:00
"postContentType": "text/plain",
2018-12-10 11:46:10 -08:00
"alwaysShowSubjectInput": true,
2018-10-23 04:15:48 -07:00
"hidePostStats": false,
2018-11-14 08:08:22 -08:00
"hideUserStats": false,
2018-12-29 05:30:44 -08:00
"loginMethod": "password",
"webPushNotifications": false,
2019-01-24 20:49:35 -08:00
"noAttachmentLinks": false,
2019-02-21 00:04:35 -08:00
"nsfwCensorImage": "",
"showFeaturesPanel": true
2017-04-04 08:21:11 -07:00
}