X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fstatic%2Fconfig.json;h=0030f78f1266c138d2f82c727fa9eafd00c9631c;hb=74be4de3f6c2c34447029649526637411acfa9f3;hp=24e26696fada3be6c4e6b96ff403836a3711b670;hpb=305d2194136d4560e02c110d528164034d3727b2;p=akkoma diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 24e26696f..0030f78f1 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -1,23 +1,28 @@ { - "theme": "pleroma-dark", + "alwaysShowSubjectInput": true, "background": "/static/aurora_borealis.jpg", + "collapseMessageWithSubject": false, + "disableChat": false, + "greentext": false, + "hideFilteredStatuses": false, + "hideMutedPosts": false, + "hidePostStats": false, + "hideSitename": false, + "hideUserStats": false, + "loginMethod": "password", "logo": "/static/logo.png", - "logoMask": true, "logoMargin": ".1em", - "redirectRootNoLogin": "/main/all", + "logoMask": true, + "minimalScopesMode": false, + "nsfwCensorImage": "", + "postContentType": "text/plain", "redirectRootLogin": "/main/friends", - "chatDisabled": false, - "showInstanceSpecificPanel": false, - "scopeOptionsEnabled": false, - "formattingOptionsEnabled": false, - "collapseMessageWithSubject": false, + "redirectRootNoLogin": "/main/all", "scopeCopy": true, + "showFeaturesPanel": true, + "showInstanceSpecificPanel": false, + "sidebarRight": false, "subjectLineBehavior": "email", - "alwaysShowSubjectInput": true, - "hidePostStats": false, - "hideUserStats": false, - "loginMethod": "password", - "webPushNotifications": false, - "noAttachmentLinks": false, - "nsfwCensorImage": "" + "theme": "pleroma-dark", + "webPushNotifications": false }