X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fstatic%2Fconfig.json;h=04cbb97b5a6ed1e667ea91033d7f25e8451beaa1;hb=3c4cab9be18ff543d025177b418ddd0b16050e68;hp=3b6d56c44abeb83cee9a0a6b375bbb9319a16ab5;hpb=ef5033d7a7f744607235e974c7beb96b014c2b61;p=akkoma diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 3b6d56c44..04cbb97b5 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -1,6 +1,25 @@ { - "name": "Pleroma FE", - "theme": "base16-pleroma-dark.css", - "background": "/static/bg.jpg", - "logo": "/static/logo.png" + "theme": "pleroma-dark", + "background": "/static/aurora_borealis.jpg", + "logo": "/static/logo.png", + "logoMask": true, + "logoMargin": ".1em", + "redirectRootNoLogin": "/main/all", + "redirectRootLogin": "/main/friends", + "chatDisabled": false, + "showInstanceSpecificPanel": false, + "formattingOptionsEnabled": false, + "collapseMessageWithSubject": false, + "scopeCopy": true, + "subjectLineBehavior": "email", + "postContentType": "text/plain", + "alwaysShowSubjectInput": true, + "hidePostStats": false, + "hideUserStats": false, + "loginMethod": "password", + "webPushNotifications": false, + "noAttachmentLinks": false, + "nsfwCensorImage": "", + "showFeaturesPanel": true, + "minimalScopesMode": false }