Skip to content

Commit 92f57c7

Browse files
committed
update deprecation warning for select_one
1 parent 805eb01 commit 92f57c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/custom-resource-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ spec:
650650
### `select_one` (Deprecated)
651651

652652
:::important
653-
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.
653+
The `select_one` item type is deprecated and is replaced by [`radio`](#radio).
654654
:::
655655

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

0 commit comments

Comments
 (0)