Files
firecms/website/docs/properties/array.md
2021-05-26 20:11:00 +02:00

20 lines
466 B
Markdown

---
id: array
title: Array
sidebar_label: Array
---
## `of`
The property of this array. You can specify any property. You can also
specify an array or properties if you need the array to have a specific
limited shape such as [string, number, string].
## `validation`
* `required` Should this field be compulsory.
* `requiredMessage` Message to be displayed as a validation error.
* `min` Set the minimum length allowed.
* `max` Set the maximum length allowed.