X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=48e0c59a8548d6c90293b8b5f154858ead81f383;hb=f19c93cdaaf3ea914ec7b82aeb1f253efc9c6d56;hp=a8fbd4d73be9854ffc211247cd5528e3f7327ed3;hpb=cd1041c3a413b9b3ba4c763308b5fd77a53d7c3c;p=akkoma diff --git a/config/description.exs b/config/description.exs index a8fbd4d73..48e0c59a8 100644 --- a/config/description.exs +++ b/config/description.exs @@ -945,7 +945,8 @@ config :pleroma, :config_description, [ %{ key: :privileged_staff, type: :boolean, - description: "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" + description: + "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" } ] }, @@ -1174,7 +1175,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 are configured. If you want to " <> + "kind of frontend. By default, settings for pleroma_fe and masto_fe are configured. If you want to " <> "add your own configuration your settings all fields must be complete.", children: [ %{ @@ -1374,6 +1375,25 @@ 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" + } + ] } ] },