Fields
A field represents a user input shown in the Puck interface.
- Base - The base type shared by all fields.
- Array - Render a list of items with a subset of fields.
- Custom - Implement a field with a custom UI.
- External - Select data from a list, typically populated via a third-party API.
- Number - Render a numberinput.
- Object - Render a subset of fields.
- Radio - Render a radioinput with a list of options.
- Select - Render a selectinput with a list of options.
- Text - Render a textinput.
- Textarea - Render a textareainput.