Add ability to obfuscate domains in MRF transparency
[akkoma] / config / description.exs
index b70982cd2a05799a3921ac65992ab8b2a7b9619d..61ef8f4493c81ac3047effb03d0d091a16026033 100644 (file)
@@ -509,6 +509,16 @@ config :pleroma, :config_description, [
           "Pleroma"
         ]
       },
+      %{
+        key: :languages,
+        type: {:list, :string},
+        description: "Languages the instance uses",
+        suggestions: [
+          "en",
+          "ja",
+          "fr"
+        ]
+      },
       %{
         key: :email,
         label: "Admin Email Address",