ResourceArray
This view allows you to display (and potentially edit) an array of resources
JSON Format
{
"type": "resourceArray",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"resource_id": ...,
"stat": ...,
"left_view": ...,
"pop_up_type": ...,
"pop_up_button_text": ...,
"view_type": ...,
"hide_line": ...,
"auto_add_first": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
auto_add_first | bool | Optional. Defaults. to false. Whether a resource should automatically be added for the user if the array is empty. This is useful for fields that are required to have at least one entry. |