Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / priv / static / static / config.json
index ccc4aebd8ce2191c5c88ecc29207e5613cd8ca58..9e5390f7c7e28fdd71b022875c6f3bb7505c1fc5 100644 (file)
@@ -1,13 +1,23 @@
 {
-  "theme": "pleroma-dark",
+  "theme": "ihatebeingalive",
   "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
   "logoMask": true,
   "logoMargin": ".1em",
   "redirectRootNoLogin": "/main/all",
   "redirectRootLogin": "/main/friends",
-  "chatDisabled": false,
   "showInstanceSpecificPanel": false,
-  "scopeOptionsEnabled": false,
-  "collapseMessageWithSubject": 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
 }