Update ecoconfig.json (#303)

Change input type from text to Textarea to allow multiline descriptions for the server description
This commit is contained in:
southnode 2023-03-19 21:17:16 +11:00 committed by GitHub
parent 2f22ab52dd
commit 577156b9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,