Schemas
Options (Multiple)
Stores multiple selected values from a predefined list. The list can be defined inline or sourced from an Enum schema.
Stores multiple selected values from a predefined list. Rendered as a multi-select dropdown in the content editor. For a single selection use Option.
Value shape
["primary", "featured"]Each element is the Value of a selected option, not its display name.
Options
| Option | Description |
|---|---|
| Source | Where the available options come from. Self means the options are defined inline on this field; selecting an Enum schema uses its values instead. |
| Options | When Source is Self — the list of available options. Each option has a Name (shown in the editor) and a Value (stored in the API response). |
| Min Values | Minimum number of values that must be selected |
| Max Values | Maximum number of values that can be selected |
| Name | Unique field name in the Schema. Appears in the generated model and in the API response. |
| Display Name | Label shown to editors in the Content Editor. |
| Required | When set, editors cannot save the document without a value. |
| Translatable | When set, the field stores a separate value per locale. |
| Description | Help text shown to editors under the field. |
| Default Value | Value applied when a document is first created. |