Add StopGifs to description

This commit is contained in:
FloatingGhost 2022-10-29 21:57:50 +01:00
parent 16a31872fe
commit 4d9ca8909d
1 changed files with 6 additions and 0 deletions

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