From 577156b9d9d4366e46c0e0041eb0e4d08ab065e3 Mon Sep 17 00:00:00 2001 From: southnode <95715917+southnode@users.noreply.github.com> Date: Sun, 19 Mar 2023 21:17:16 +1100 Subject: [PATCH] Update ecoconfig.json (#303) Change input type from text to Textarea to allow multiline descriptions for the server description --- ecoconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecoconfig.json b/ecoconfig.json index 5e075ce..f925964 100644 --- a/ecoconfig.json +++ b/ecoconfig.json @@ -70,7 +70,7 @@ "Description":"Long form description of the server when clicked on in the client server browser", "Keywords":"description", "FieldName":"DetailedDescription", - "InputType":"text", + "InputType":"Textarea", "IsFlagArgument":false, "ParamFieldName":"DetailedDescription", "IncludeInCommandLine":false,