Add missing showFeaturesPanel setting

This commit is contained in:
Mark Felder 2020-05-13 16:49:56 -05:00
parent 5131149056
commit 0c82a967ec

View file

@ -1263,6 +1263,12 @@ config :pleroma, :config_description, [
type: :boolean,
description: "Copy the scope (private/unlisted/public) in replies to posts by default"
},
%{
key: :showFeaturesPanel,
label: "Show instance features panel",
type: :boolean,
description: "Enables panel displaying functionality of the instance."
},
%{
key: :showInstanceSpecificPanel,
label: "Show instance specific panel",