diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:36:33 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:36:33 -0500 |
commit | 923ab78807d16595e4dfc4f2a4a18f249ab88cd0 (patch) | |
tree | c0335af2c8d321d41a374ce06f1b988333b2ae73 | |
parent | c86cdb76a787ca0ee65702004e829473861148f6 (diff) | |
download | pleroma-923ab78807d16595e4dfc4f2a4a18f249ab88cd0.tar.gz |
Add missing hideSitename setting
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 9cd43ae37..f353378ac 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1185,6 +1185,12 @@ config :pleroma, :config_description, [ 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", type: :boolean, |