Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/custom-resource-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ spec:
### `select_one` (Deprecated)

:::important
The `select_one` item type is deprecated and is not recommended for use. To display config items with multiple options, use the [`radio`](#radio) or [`dropdown`](#dropdown) item types instead.
The `select_one` item type is deprecated and is replaced by [`radio`](#radio).
:::

`select_one` items must contain nested items. The nested items are displayed as radio buttons in the Admin Console.
Expand Down