Add missing showFeaturesPanel setting
authorMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:49:56 +0000 (16:49 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:49:56 +0000 (16:49 -0500)
config/description.exs

index 80c4ac96dfd7bfb83756e7e5cfbc9fc375b467eb..ca02d22612b11f5ad4c67fc03e608c847957648b 100644 (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",