X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdescription.exs;h=efea7c137728dd2cbf2a1d7674ce97792ded7a4b;hb=3fa2ac68df10f6ffe3c1ea76fa10c30da90f4bd0;hp=909693319484efa0aac8e0bc9011f754052cc28e;hpb=4f5ee26f2da6e447a0e079c026846ceeb29e5045;p=akkoma diff --git a/config/description.exs b/config/description.exs index 909693319..efea7c137 100644 --- a/config/description.exs +++ b/config/description.exs @@ -637,12 +637,14 @@ config :pleroma, :config_description, [ %{ key: :registrations_open, type: :boolean, - description: "Enable registrations for anyone. Invitations require this setting to be disabled." + description: + "Enable registrations for anyone. Invitations require this setting to be disabled." }, %{ key: :invites_enabled, type: :boolean, - description: "Enable user invitations for admins (depends on `registrations_open` being disabled)." + description: + "Enable user invitations for admins (depends on `registrations_open` being disabled)." }, %{ key: :account_activation_required, @@ -796,10 +798,9 @@ config :pleroma, :config_description, [ ] }, %{ - key: :no_attachment_links, + key: :attachment_links, type: :boolean, - description: - "Enable to disable automatically adding attachment link text to statuses" + description: "Enable to automatically add attachment link text to statuses" }, %{ key: :welcome_message,