Field types (config > type)¶
The field types get defined in the TCA of a field in ['config']['type']
.
The field type influences the rendering of the form field in the backend. It
also influences the processing of data on saving the values. Those behaviour can
be influenced by further properties.
- Introduction
- Common properties
- Category
- Checkboxes
- Color
- Datetime
- File
- FlexForm field
- Folder
- Group fields
- Image manipulation
- IRRE / inline
- Input
- Language fields
- Link
- The
none
field - Number
- Pass through / virtual field
- Password
- Radiobuttons
- Select fields
- Slugs / URL parts
- Text areas & RTE
- Custom inputs (user)
- Uuid