summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-09-07 16:41:53 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-09-07 16:41:53 +0000
commit6b3842cf50c063a63980c8d4dca93b25424059f2 (patch)
tree3efa04b024061a04a1cd09fc0179dca09149dbb9 /config/description.exs
parent6b1282a8297e7767d77b748f89d7d001716c94bd (diff)
parent1841bd8383d7734cb74cff91f61dc7e1fdfad13d (diff)
Merge branch 'remove/mastofe' into 'develop'
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs21
1 files changed, 1 insertions, 20 deletions
diff --git a/config/description.exs b/config/description.exs
index c72231faa..7d1b29b23 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1164,7 +1164,7 @@ config :pleroma, :config_description, [
type: :group,
description:
"This form can be used to configure a keyword list that keeps the configuration data for any " <>
- "kind of frontend. By default, settings for pleroma_fe and masto_fe are configured. If you want to " <>
+ "kind of frontend. By default, settings for pleroma_fe are configured. If you want to " <>
"add your own configuration your settings all fields must be complete.",
children: [
%{
@@ -1364,25 +1364,6 @@ config :pleroma, :config_description, [
suggestions: ["pleroma-dark"]
}
]
- },
- %{
- key: :masto_fe,
- label: "Masto FE",
- type: :map,
- description: "Settings for Masto FE",
- suggestions: [
- %{
- showInstanceSpecificPanel: true
- }
- ],
- children: [
- %{
- key: :showInstanceSpecificPanel,
- label: "Show instance specific panel",
- type: :boolean,
- description: "Whenether to show the instance's specific panel"
- }
- ]
}
]
},