projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86cdb7
)
Add missing hideSitename setting
author
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:36:33 +0000
(16:36 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:36:33 +0000
(16:36 -0500)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 9cd43ae3707bfdfa1a718a0997e6434751fcf538..f353378ac0fcd3bf9b2f04a6c51905777d495af1 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-1184,6
+1184,12
@@
config :pleroma, :config_description, [
type: :boolean,
description: "Hide notices statistics (repeats, favorites, ...)"
},
+ %{
+ key: :hideSitename,
+ label: "Hide Sitename",
+ type: :boolean,
+ description: "Hides instance name from PleromaFE banner."
+ },
%{
key: :hideUserStats,
label: "Hide user stats",