Docs
API Reference
Fields

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 number input.
  • Object - Render a subset of fields.
  • Radio - Render a radio input with a list of options.
  • Select - Render a select input with a list of options.
  • Text - Render a text input.
  • Textarea - Render a textarea input.