From 92f57c7c87136173372ed080178804d8b0f7aa2f Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 23 Sep 2025 18:37:13 -0600 Subject: [PATCH] update deprecation warning for select_one --- docs/reference/custom-resource-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/custom-resource-config.mdx b/docs/reference/custom-resource-config.mdx index b9f51ba28e..9f74c7dbcb 100644 --- a/docs/reference/custom-resource-config.mdx +++ b/docs/reference/custom-resource-config.mdx @@ -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.