formatting
This commit is contained in:
parent
35757b6d0e
commit
10827eecad
|
@ -38,7 +38,8 @@ config :pleroma, :config_description, [
|
||||||
%{
|
%{
|
||||||
key: :link_name,
|
key: :link_name,
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "If enabled, a name parameter will be added to the url of the upload. For example `https://instance.tld/media/imagehash.png?name=realname.png`",
|
description:
|
||||||
|
"If enabled, a name parameter will be added to the url of the upload. For example `https://instance.tld/media/imagehash.png?name=realname.png`",
|
||||||
suggestions: [
|
suggestions: [
|
||||||
true,
|
true,
|
||||||
false
|
false
|
||||||
|
@ -55,7 +56,8 @@ config :pleroma, :config_description, [
|
||||||
%{
|
%{
|
||||||
key: :proxy_remote,
|
key: :proxy_remote,
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "If enabled, requests to media stored using a remote uploader will be proxied instead of being redirected.",
|
description:
|
||||||
|
"If enabled, requests to media stored using a remote uploader will be proxied instead of being redirected.",
|
||||||
suggestions: [
|
suggestions: [
|
||||||
true,
|
true,
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in New Issue