mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 01:58:59 +08:00
960 B
960 B
id, title, sidebar_label
| id | title | sidebar_label |
|---|---|---|
| number | Number | Number |
config
enumValuesYou can use the enum values providing a map of possible exclusive values the property can take, mapped to the label that it is displayed in the dropdown.
validation
requiredShould this field be compulsory.requiredMessageMessage to be displayed as a validation error.minSet the minimum value allowed.maxSet the maximum value allowed.lessThanValue must be less than.moreThanValue must be more than.positiveValue must be a positive number.negativeValue must be a negative number.integerValue must be an integer.
The widget that gets created is
TextFieldgeneric text fieldSelectifenumValuesare set in the string config, this field renders a select where each option is a colored chip.
Links: