Remove extra nesting and add labels in `:frontends` setting
authorAngelina Filippova <linakirsanova@gmail.com>
Mon, 28 Sep 2020 15:13:45 +0000 (18:13 +0300)
committerAngelina Filippova <linakirsanova@gmail.com>
Mon, 28 Sep 2020 15:13:45 +0000 (18:13 +0300)
config/description.exs

index ac3dfbb2b54939a19af073e5ec2330ab60e74fa4..be9cb0a169a96019de3a6265eb085f79f4aff272 100644 (file)
@@ -44,11 +44,13 @@ frontend_options = [
   },
   %{
     key: "git",
+    label: "Git",
     type: :string,
     description: "URL of the git repository of the frontend"
   },
   %{
     key: "build_url",
+    label: "Build URL",
     type: :string,
     description:
       "Either an url to a zip file containing the frontend or a template to build it by inserting the `ref`. The string `${ref}` will be replaced by the configured `ref`.",
@@ -56,6 +58,7 @@ frontend_options = [
   },
   %{
     key: "build_dir",
+    label: "Build Dir",
     type: :string,
     description: "The directory inside the zip file "
   }
@@ -3681,9 +3684,7 @@ config :pleroma, :config_description, [
         type: :map,
         description:
           "A map containing available frontends and parameters for their installation.",
-        children: [
-          frontend_options
-        ]
+        children: frontend_options
       }
     ]
   },