Compound Field¶
Combine Drupal field types into a reusable field. A conference can have repeated sessions, each with a title, address, topics and speaker reference. Each sub-field uses its native widget, formatter and validation.

Use a compound for records with a fixed shape that belong to their host content. The outer field can have unlimited items; sub-fields need finite caps. Compound values share the host's revisions and translations.
- Install and create your first compound.
- Choose a content model and check limits.
- Configure displays and edit content.
- Use PHP, JSON:API, or Migrate.
- Deploy changes to a populated compound.
Pre-alpha software
Configuration and behavior may change between versions. Rehearse upgrades on a copy of your site before applying them to live content.