type
FieldEditorType
Field types whose inputs you can replace with a custom component. Lists contain primitive strings or numbers; the list is one field.
Full signature
type FieldEditorType = | "text"
| "textarea"
| "email"
| "date"
| "code"
| "number"
| "checkbox"
| "text-list"
| "number-list"