X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fstatic%2Fconfig.json;h=727dde73be85b3ed351dd9120e4ce709012ac29a;hb=b4d5bdd6f1c473280b8b9bbad96e9efecb45b298;hp=7887f930bc9f6fda60ffac0b3ffaa1dfe7aaa40e;hpb=fda148a9a2732c717b3c900455811ceca5253f5c;p=akkoma diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 7887f930b..727dde73b 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -1,20 +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", - "redirectRootLogin": "/~/main/friends", - "chatDisabled": false, + "logoMask": true, + "minimalScopesMode": false, + "noAttachmentLinks": false, + "nsfwCensorImage": "", + "postContentType": "text/plain", + "redirectRootLogin": "/main/friends", + "redirectRootNoLogin": "/main/all", + "scopeCopy": true, + "showFeaturesPanel": true, "showInstanceSpecificPanel": false, - "scopeOptionsEnabled": false, - "formattingOptionsEnabled": false, - "collapseMessageWithSubject": false, - "scopeCopy": false, "subjectLineBehavior": "email", - "alwaysShowSubjectInput": true, - "hidePostStats": false, - "hideUserStats": false, - "loginMethod": "password" + "theme": "pleroma-dark", + "webPushNotifications": false }