Changelog: Move api info to api heading.
[akkoma] / priv / static / static / config.json
index 9863ec024c63d91dda839b6541caf86671301a6a..f59e645ac65ad316d437ea9c8296a92ec4f37372 100644 (file)
@@ -1,8 +1,29 @@
 {
-  "theme": "pleroma-dark",
+  "alwaysShowSubjectInput": true,
   "background": "/static/aurora_borealis.jpg",
-  "logo": "/static/logo.png",
-  "defaultPath": "/main/all",
-  "chatDisabled": false,
-  "showInstanceSpecificPanel": false
+  "collapseMessageWithSubject": false,
+  "disableChat": false,
+  "greentext": false,
+  "hideFilteredStatuses": false,
+  "hideMutedPosts": false,
+  "hidePostStats": false,
+  "hideSitename": false,
+  "hideUserStats": false,
+  "loginMethod": "password",
+  "logo": "/static/logo.svg",
+  "logoMargin": ".1em",
+  "logoMask": true,
+  "logoLeft": false,
+  "minimalScopesMode": false,
+  "nsfwCensorImage": "",
+  "postContentType": "text/plain",
+  "redirectRootLogin": "/main/friends",
+  "redirectRootNoLogin": "/main/all",
+  "scopeCopy": true,
+  "showFeaturesPanel": true,
+  "showInstanceSpecificPanel": false,
+  "sidebarRight": false,
+  "subjectLineBehavior": "email",
+  "theme": "pleroma-dark",
+  "webPushNotifications": false
 }