Update descriptions in :frontends group

This commit is contained in:
Angelina Filippova 2020-08-04 15:10:44 +03:00
parent 63b1ca6a07
commit 8bb5441547
1 changed files with 4 additions and 2 deletions

View File

@ -3550,13 +3550,15 @@ config :pleroma, :config_description, [
children: [ children: [
%{ %{
key: "name", key: "name",
label: "Name",
type: :string, type: :string,
description: "Name of the installed primary frontend" description: "Name of the installed primary frontend. Valid config must include both `Name` and `Reference` values."
}, },
%{ %{
key: "ref", key: "ref",
label: "Reference",
type: :string, type: :string,
description: "reference of the installed primary frontend to be used" description: "Reference of the installed primary frontend to be used. Valid config must include both `Name` and `Reference` values."
} }
] ]
} }