projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a3187
)
Add StopGifs to description
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Sat, 29 Oct 2022 20:57:50 +0000
(21:57 +0100)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Sat, 29 Oct 2022 20:57:50 +0000
(21:57 +0100)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index a17897b98a08f0cbd70159ee781b498e5008b6f6..d7bece75bfe9f4359cca1e26f5a9398633e30d1f 100644
(file)
--- 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"
}
]
},