X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fstatic%2Fconfig.json;h=0030f78f1266c138d2f82c727fa9eafd00c9631c;hb=b39eb6ecc573c310801fe49f35d92246ddcb6226;hp=cc72900a8fab657ecf094bcd550fb4773e2ad7eb;hpb=e4dc3f71aea900e566c0d66ddffc5cd57e3920dd;p=akkoma diff --git a/priv/static/static/config.json b/priv/static/static/config.json index cc72900a8..0030f78f1 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -1,22 +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 + "theme": "pleroma-dark", + "webPushNotifications": false }