Remove sensitive-property setting #nsfw, create HashtagPolicy
[akkoma] / priv / static / static / config.json
index ccc4aebd8ce2191c5c88ecc29207e5613cd8ca58..f59e645ac65ad316d437ea9c8296a92ec4f37372 100644 (file)
@@ -1,13 +1,29 @@
 {
-  "theme": "pleroma-dark",
+  "alwaysShowSubjectInput": true,
   "background": "/static/aurora_borealis.jpg",
-  "logo": "/static/logo.png",
-  "logoMask": true,
+  "collapseMessageWithSubject": false,
+  "disableChat": false,
+  "greentext": false,
+  "hideFilteredStatuses": false,
+  "hideMutedPosts": false,
+  "hidePostStats": false,
+  "hideSitename": false,
+  "hideUserStats": false,
+  "loginMethod": "password",
+  "logo": "/static/logo.svg",
   "logoMargin": ".1em",
-  "redirectRootNoLogin": "/main/all",
+  "logoMask": true,
+  "logoLeft": false,
+  "minimalScopesMode": false,
+  "nsfwCensorImage": "",
+  "postContentType": "text/plain",
   "redirectRootLogin": "/main/friends",
-  "chatDisabled": false,
+  "redirectRootNoLogin": "/main/all",
+  "scopeCopy": true,
+  "showFeaturesPanel": true,
   "showInstanceSpecificPanel": false,
-  "scopeOptionsEnabled": false,
-  "collapseMessageWithSubject": false
+  "sidebarRight": false,
+  "subjectLineBehavior": "email",
+  "theme": "pleroma-dark",
+  "webPushNotifications": false
 }