Add default value of required tag (#1519)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
pull/1521/head
Fabian Wolter 2021-03-21 13:57:32 +01:00 committed by GitHub
parent 5998e996fd
commit d3d73927cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ These must be inside the XML escape sequence - eg.
<tr><td>parameter.max</td><td>The maximum value for numeric types, or the maximum length of strings. Note that the value of any options may be outside of this value (optional).</td></tr>
<tr><td>parameter.step</td><td>The value granularity for a numeric value (optional).</td></tr>
<tr><td>parameter.pattern</td><td>The regular expression for a text type (optional).</td></tr>
<tr><td>parameter.required</td><td>Specifies whether the value is required (optional).</td></tr>
<tr><td>parameter.required</td><td>Specifies whether the value is required (optional, default: false).</td></tr>
<tr><td>parameter.readOnly</td><td>Specifies whether the value is read-only (optional).</td></tr>
<tr><td>parameter.multiple</td><td>Specifies whether multiple selections of options are allowed (optional).</td></tr>
<tr><td>parameter.groupName</td><td>Sets a group name for this parameter (optional).</td></tr>