Add missing hideSitename setting
This commit is contained in:
parent
c86cdb76a7
commit
923ab78807
@ -1185,6 +1185,12 @@ config :pleroma, :config_description, [
|
|||||||
description: "Hide notices statistics (repeats, favorites, ...)"
|
description: "Hide notices statistics (repeats, favorites, ...)"
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
|
key: :hideSitename,
|
||||||
|
label: "Hide Sitename",
|
||||||
|
type: :boolean,
|
||||||
|
description: "Hides instance name from PleromaFE banner."
|
||||||
|
},
|
||||||
|
%{
|
||||||
key: :hideUserStats,
|
key: :hideUserStats,
|
||||||
label: "Hide user stats",
|
label: "Hide user stats",
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
|
Loading…
Reference in New Issue
Block a user