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

466 B

id, title, sidebar_label
id title sidebar_label
array Array 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.