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,
|
||||
type: {:keyword, :map},
|
||||
map_keys: [
|
||||
%{ key: ":url", label: "URL" },
|
||||
%{ key: ":mime_type", label: "Mime type" }
|
||||
],
|
||||
description:
|
||||
"Keyword of mascots, each element must contain both an URL and a mime_type key",
|
||||
suggestions: [
|
||||
|
Loading…
Reference in New Issue
Block a user