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