mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 01:58:59 +08:00
20 lines
466 B
Markdown
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.
|
|
|