Formatting

This commit is contained in:
Mark Felder 2020-12-23 17:41:10 -06:00
commit ce78b64db8

View file

@ -101,11 +101,10 @@ config :pleroma, :config_description, [
%{ %{
key: :proxy_remote, key: :proxy_remote,
type: :boolean, type: :boolean,
description: description: """
""" Proxy requests to the remote uploader.\n
Proxy requests to the remote uploader.\n Useful if media upload endpoint is not internet accessible.
Useful if media upload endpoint is not internet accessible. """
"""
}, },
%{ %{
key: :filename_display_max_length, key: :filename_display_max_length,