Merge branch 'develop' into update-oauth-template
[akkoma] / priv / static / static / config.json
index 168fa0ff13c774fa4221146e0857cdb1ab94c0ec..04cbb97b5a6ed1e667ea91033d7f25e8451beaa1 100644 (file)
@@ -1,10 +1,25 @@
 {
-  "name": "Pleroma FE",
   "theme": "pleroma-dark",
-  "background": "/static/bg.jpg",
+  "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
-  "registrationOpen": true,
-  "defaultPath": "/main/all",
+  "logoMask": true,
+  "logoMargin": ".1em",
+  "redirectRootNoLogin": "/main/all",
+  "redirectRootLogin": "/main/friends",
   "chatDisabled": false,
-  "showInstanceSpecificPanel": true
+  "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
 }