From 7304b94f819a20c2ac3036214a8f4239f4456aeb Mon Sep 17 00:00:00 2001 From: christine betts Date: Wed, 11 Feb 2026 14:17:51 -0500 Subject: [PATCH] Remove experimental note in extension settings docs (#18822) --- docs/extensions/reference.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/extensions/reference.md b/docs/extensions/reference.md index 7b5f782917..c969e7a3f8 100644 --- a/docs/extensions/reference.md +++ b/docs/extensions/reference.md @@ -179,9 +179,6 @@ precedence. ### Settings -_Note: This is an experimental feature. We do not yet recommend extension -authors introduce settings as part of their core flows._ - Extensions can define settings that the user will be prompted to provide upon installation. This is useful for things like API keys, URLs, or other configuration that the extension needs to function.