aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs6
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,