diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:49:56 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:49:56 -0500 |
commit | 0c82a967ec6c67a32328dba1a4d47e6092137fc7 (patch) | |
tree | aeef71913d4c8a90de255c5402d319742c5bce26 | |
parent | 5131149056de4501f717084275f4be667f7a463a (diff) | |
download | pleroma-0c82a967ec6c67a32328dba1a4d47e6092137fc7.tar.gz |
Add missing showFeaturesPanel setting
-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, |