Merge branch 'develop' into issue/1383
[akkoma] / priv / static / static / config.json
index 797f033773c9f82cd505f2fc9babd5b626064748..c82678699c7a93a7ef8efcbf10c8bd95ad462516 100644 (file)
@@ -2,7 +2,22 @@
   "theme": "pleroma-dark",
   "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
-  "defaultPath": "/main/all",
-  "chatDisabled": false,
-  "showInstanceSpecificPanel": true
+  "logoMask": true,
+  "logoMargin": ".1em",
+  "redirectRootNoLogin": "/main/all",
+  "redirectRootLogin": "/main/friends",
+  "showInstanceSpecificPanel": 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
 }