Update descriptions in :frontends group
authorAngelina Filippova <linakirsanova@gmail.com>
Tue, 4 Aug 2020 12:10:44 +0000 (15:10 +0300)
committerAngelina Filippova <linakirsanova@gmail.com>
Tue, 4 Aug 2020 12:10:44 +0000 (15:10 +0300)
config/description.exs

index 9c8e330bfc735094a2dc75ed32766023231a1d8b..7da01b175d8728a27e62e6eb825ea2473ce7aa62 100644 (file)
@@ -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."
           }
         ]
       }