[DOCS] Update boolean mapping docs with a full list of values that are treated as false
Closes #5337
This commit is contained in:
parent
941ffe0bf9
commit
b723ee0d20
|
@ -362,8 +362,9 @@ and `false` respectively.
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
The boolean type also supports passing the value as a number (in this
|
The boolean type also supports passing the value as a number or a string
|
||||||
case `0` is `false`, all other values are `true`).
|
(in this case `0`, an empty string, `F`, `false`, `off` and `no` are
|
||||||
|
`false`, all other values are `true`).
|
||||||
|
|
||||||
The following table lists all the attributes that can be used with the
|
The following table lists all the attributes that can be used with the
|
||||||
boolean type:
|
boolean type:
|
||||||
|
|
Loading…
Reference in New Issue