This repository has been archived on 2020-02-06. You can view files and clone it, but cannot push or open issues/pull-requests.
pleroma/priv/static/static/config.json

24 lines
658 B
JSON
Raw Normal View History

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