X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=94907aaba35b71bcb994b6df995fb3d3a744ca77;hb=5d279a22b162e7d8a871db1b9368a888e92ea167;hp=934a62a6293d77479affb6649320045d13ab8e24;hpb=a5dce42c85de2d8316541348335d1dd49c2c3d89;p=akkoma diff --git a/config/description.exs b/config/description.exs index 934a62a62..94907aaba 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1162,7 +1162,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: [ %{ @@ -1362,25 +1362,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" - } - ] } ] },