Browse Source

Add missing hideSitename setting

bugfix/non-ap_enabled-direct_follow
Mark Felder 4 years ago
parent
commit
923ab78807
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      config/description.exs

+ 6
- 0
config/description.exs View File

@@ -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,


Loading…
Cancel
Save