Merge branch 'develop' into openapi/admin/config
[akkoma] / priv / static / static / config.json
index 9ad6e6ab5067a7413d01ca0bf4e907d1a33c0b25..727dde73be85b3ed351dd9120e4ce709012ac29a 100644 (file)
@@ -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,
+  "noAttachmentLinks": false,
+  "nsfwCensorImage": "",
+  "postContentType": "text/plain",
   "redirectRootLogin": "/main/friends",
-  "chatDisabled": false,
+  "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",
-  "webPushNotifications": false,
-  "noAttachmentLinks": false
+  "theme": "pleroma-dark",
+  "webPushNotifications": false
 }