Clarify 'config' field in YAML documentation (#2639)
Updated the 'config' field description to clarify that it can accept an array of values. Signed-off-by: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com>pull/2627/head
parent
023673f08c
commit
f986bb12e4
|
|
@ -133,7 +133,7 @@ Channels Section:
|
|||
| `itemDimension` | This may be used to further define a `Number` `itemType`. |
|
||||
| `label` | Channel label. |
|
||||
| `description` | Channel description. |
|
||||
| `config` | A key-value map of the channel's configuration. Refer to the Binding's documentation for details. |
|
||||
| `config` | A key-value or a key-array-of-values map of the channel's configuration. Refer to the Binding's documentation for details. |
|
||||
|
||||
Example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue