You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developers/bindings/config-xml.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ These must be inside the XML escape sequence - eg.
82
82
<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>
83
83
<tr><td>parameter.step</td><td>The value granularity for a numeric value (optional).</td></tr>
84
84
<tr><td>parameter.pattern</td><td>The regular expression for a text type (optional).</td></tr>
85
-
<tr><td>parameter.required</td><td>Specifies whether the value is required (optional).</td></tr>
85
+
<tr><td>parameter.required</td><td>Specifies whether the value is required (optional, default: false).</td></tr>
86
86
<tr><td>parameter.readOnly</td><td>Specifies whether the value is read-only (optional).</td></tr>
87
87
<tr><td>parameter.multiple</td><td>Specifies whether multiple selections of options are allowed (optional).</td></tr>
88
88
<tr><td>parameter.groupName</td><td>Sets a group name for this parameter (optional).</td></tr>
0 commit comments