reference "stable" in all URLs
[akkoma] / config / description.exs
index d7bece75bfe9f4359cca1e26f5a9398633e30d1f..4843c0aaeeb905decdc9d591adb03e92044eecb9 100644 (file)
@@ -1392,9 +1392,9 @@ config :pleroma, :config_description, [
           },
           %{
             key: :stopGifs,
-            label: "Pause animated images until you hover on them",
+            label: "Stop Gifs",
             type: :boolean,
-            description: "Whether to play gifs by default"
+            description: "Whether to pause animated images until they're hovered on"
           }
         ]
       },
@@ -3047,6 +3047,19 @@ config :pleroma, :config_description, [
       }
     ]
   },
+  %{
+    group: :pleroma,
+    key: :instances_nodeinfo,
+    type: :group,
+    description: "Control favicons for instances",
+    children: [
+      %{
+        key: :enabled,
+        type: :boolean,
+        description: "Allow/disallow getting instance nodeinfo"
+      }
+    ]
+  },
   %{
     group: :ex_aws,
     key: :s3,