forked from mirrors/akkoma
Add StopGifs to description
This commit is contained in:
parent
16a31872fe
commit
4d9ca8909d
1 changed files with 6 additions and 0 deletions
|
@ -1389,6 +1389,12 @@ config :pleroma, :config_description, [
|
||||||
label: "Render misskey markdown",
|
label: "Render misskey markdown",
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "Whether to render Misskey-flavoured markdown"
|
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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue