diff options
| -rw-r--r-- | config/description.exs | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 80c4ac96d..ca02d2261 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1264,6 +1264,12 @@ config :pleroma, :config_description, [              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",              type: :boolean,  | 
