X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=efea7c137728dd2cbf2a1d7674ce97792ded7a4b;hb=478619782b5f851e88ae2677cd17e528274c8f07;hp=921316d0721762ec3ad8010bf461846fa358f5ec;hpb=9581d573828b4f6d853d6715507a55178bc8356d;p=akkoma diff --git a/config/description.exs b/config/description.exs index 921316d07..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, @@ -1167,7 +1168,7 @@ config :pleroma, :config_description, [ type: :boolean, description: "By default it assumes logo used will be monochrome with alpha channel to be compatible with both light and dark themes. " <> - "If you want a colorful logo you ust disable logoMask." + "If you want a colorful logo you must disable logoMask." }, %{ key: :logoMargin,