...
Code Block | ||
---|---|---|
| ||
... { "orientation": "vertical", "items": [ {"field": "firstName", "width": 30} ] }, ... |
...
color
In case this field is a multi-file upload, with chipColor
color
, the color of the file chips can be specified.
...
Code Block | ||
---|---|---|
| ||
... { "orientation": "vertical", "items": [ {"field": "myFiles", "chipColorcolor": "blue"} ] }, ... |
...
Grouping with title
and border
...