Descriptions: Update with admin frontend info

This commit is contained in:
lain 2020-07-29 16:27:11 +02:00
parent dc36d6e9d2
commit d249f91b3f
1 changed files with 17 additions and 0 deletions

View File

@ -3517,6 +3517,23 @@ config :pleroma, :config_description, [
description: "reference of the installed primary frontend to be used"
}
]
},
%{
key: :admin,
type: :map,
description: "Admin frontend",
children: [
%{
key: "name",
type: :string,
description: "Name of the installed Admin frontend"
},
%{
key: "ref",
type: :string,
description: "reference of the installed Admin frontend to be used"
}
]
}
]
}