Update ecoconfig.json (#303)
Change input type from text to Textarea to allow multiline descriptions for the server description
This commit is contained in:
parent
2f22ab52dd
commit
577156b9d9
@ -70,7 +70,7 @@
|
|||||||
"Description":"Long form description of the server when clicked on in the client server browser",
|
"Description":"Long form description of the server when clicked on in the client server browser",
|
||||||
"Keywords":"description",
|
"Keywords":"description",
|
||||||
"FieldName":"DetailedDescription",
|
"FieldName":"DetailedDescription",
|
||||||
"InputType":"text",
|
"InputType":"Textarea",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"DetailedDescription",
|
"ParamFieldName":"DetailedDescription",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
|
Loading…
Reference in New Issue
Block a user