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