like this
[akkoma] / config / description.exs
index d7dc264ee2a8179d0553c4591f23c35e28ac3675..fac5a006e9b6538e26ff17905687638be2934402 100644 (file)
@@ -60,6 +60,12 @@ frontend_options = [
     label: "Build directory",
     type: :string,
     description: "The directory inside the zip file "
+  },
+  %{
+    key: "custom-http-headers",
+    label: "Custom HTTP headers",
+    type: {:list, :string},
+    description: "The custom HTTP headers for the frontend"
   }
 ]