From 4d9ca8909d75cf7e3b2d361b23fc0ef30bb25829 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Sat, 29 Oct 2022 21:57:50 +0100 Subject: [PATCH] Add StopGifs to description --- config/description.exs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/description.exs b/config/description.exs index a17897b98..d7bece75b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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" } ] },