suggestions fix
This commit is contained in:
parent
bb9a43c3ae
commit
f9d01068cf
@ -701,12 +701,10 @@ config :pleroma, :config_description, [
|
|||||||
type: {:list, :string},
|
type: {:list, :string},
|
||||||
description: "MIME-type list of formats allowed to be posted (transformed into HTML)",
|
description: "MIME-type list of formats allowed to be posted (transformed into HTML)",
|
||||||
suggestions: [
|
suggestions: [
|
||||||
[
|
"text/plain",
|
||||||
"text/plain",
|
"text/html",
|
||||||
"text/html",
|
"text/markdown",
|
||||||
"text/markdown",
|
"text/bbcode"
|
||||||
"text/bbcode"
|
|
||||||
]
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
@ -1990,10 +1988,8 @@ config :pleroma, :config_description, [
|
|||||||
type: {:keyword, :integer},
|
type: {:keyword, :integer},
|
||||||
description: "Max retry attempts for failed jobs, per `Oban` queue",
|
description: "Max retry attempts for failed jobs, per `Oban` queue",
|
||||||
suggestions: [
|
suggestions: [
|
||||||
[
|
federator_incoming: 5,
|
||||||
federator_incoming: 5,
|
federator_outgoing: 5
|
||||||
federator_outgoing: 5
|
|
||||||
]
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user