X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=7d1b29b230e1c4b52c6ea5bd1ded3966136dca1f;hb=6b3842cf50c063a63980c8d4dca93b25424059f2;hp=c72231faa5ef479b117e413290d96fc9d16ef025;hpb=7c1243178b44d629f6881aa1b197641d56bbd0f1;p=akkoma 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" - } - ] } ] },