Add map_keys key to :mascots setting
This commit is contained in:
parent
c425f87717
commit
5835f6d0a4
@ -1382,6 +1382,10 @@ config :pleroma, :config_description, [
|
|||||||
%{
|
%{
|
||||||
key: :mascots,
|
key: :mascots,
|
||||||
type: {:keyword, :map},
|
type: {:keyword, :map},
|
||||||
|
map_keys: [
|
||||||
|
%{ key: ":url", label: "URL" },
|
||||||
|
%{ key: ":mime_type", label: "Mime type" }
|
||||||
|
],
|
||||||
description:
|
description:
|
||||||
"Keyword of mascots, each element must contain both an URL and a mime_type key",
|
"Keyword of mascots, each element must contain both an URL and a mime_type key",
|
||||||
suggestions: [
|
suggestions: [
|
||||||
|
Loading…
Reference in New Issue
Block a user