Add StopGifs to description
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 29 Oct 2022 20:57:50 +0000 (21:57 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 29 Oct 2022 20:57:50 +0000 (21:57 +0100)
config/description.exs

index a17897b98a08f0cbd70159ee781b498e5008b6f6..d7bece75bfe9f4359cca1e26f5a9398633e30d1f 100644 (file)
@@ -1389,6 +1389,12 @@ config :pleroma, :config_description, [
             label: "Render misskey markdown",
             type: :boolean,
             description: "Whether to render Misskey-flavoured markdown"
+          },
+          %{
+            key: :stopGifs,
+            label: "Pause animated images until you hover on them",
+            type: :boolean,
+            description: "Whether to play gifs by default"
           }
         ]
       },