Add missing hideSitename setting

This commit is contained in:
Mark Felder 2020-05-13 16:36:33 -05:00
parent c86cdb76a7
commit 923ab78807

View file

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