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" } ] },