From: Mark Felder Date: Wed, 13 May 2020 21:49:56 +0000 (-0500) Subject: Add missing showFeaturesPanel setting X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=0c82a967ec6c67a32328dba1a4d47e6092137fc7;p=akkoma Add missing showFeaturesPanel setting --- diff --git a/config/description.exs b/config/description.exs index 80c4ac96d..ca02d2261 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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",