From d3d73927cc6313fc0fb028687e60707d2eb5b5e0 Mon Sep 17 00:00:00 2001 From: Fabian Wolter Date: Sun, 21 Mar 2021 13:57:32 +0100 Subject: [PATCH] Add default value of required tag (#1519) Signed-off-by: Fabian Wolter --- developers/bindings/config-xml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).