diff --git a/developers/bindings/config-xml.md b/developers/bindings/config-xml.md index 8682ed552..9461c931d 100644 --- a/developers/bindings/config-xml.md +++ b/developers/bindings/config-xml.md @@ -82,7 +82,7 @@ These must be inside the XML escape sequence - eg. parameter.maxThe 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). parameter.stepThe value granularity for a numeric value (optional). parameter.patternThe regular expression for a text type (optional). - parameter.requiredSpecifies whether the value is required (optional). + parameter.requiredSpecifies whether the value is required (optional, default: false). parameter.readOnlySpecifies whether the value is read-only (optional). parameter.multipleSpecifies whether multiple selections of options are allowed (optional). parameter.groupNameSets a group name for this parameter (optional).