From: Angelina Filippova Date: Tue, 4 Aug 2020 12:10:44 +0000 (+0300) Subject: Update descriptions in :frontends group X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8bb54415470852f95967bc75fb8917db78eb0fbd;p=akkoma Update descriptions in :frontends group --- diff --git a/config/description.exs b/config/description.exs index 9c8e330bf..7da01b175 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3550,13 +3550,15 @@ config :pleroma, :config_description, [ children: [ %{ key: "name", + label: "Name", 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", + label: "Reference", 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." } ] }