From 3e2e13d7a20b69817403d58e50912ad6a0464379 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 13 Dec 2022 17:00:58 +0100 Subject: [PATCH] Update .changeset/wet-tips-yawn.md Signed-off-by: Patrik Oldsberg --- .changeset/wet-tips-yawn.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.changeset/wet-tips-yawn.md b/.changeset/wet-tips-yawn.md index 0e1bb7aef6..63f3c9dd2e 100644 --- a/.changeset/wet-tips-yawn.md +++ b/.changeset/wet-tips-yawn.md @@ -2,8 +2,4 @@ '@backstage/plugin-scaffolder': minor --- -Add field selection rendering of allowed Projects for BitbucketRepoPicker. Allows a user to define allowed projects via the ui:field RepoUrlPicker ui:options allowed Projects. - -Add comments about expected values for BitbucketRepoPicker: Projects and workspaces - -Update tests to cover null, empty list, and list values for allowed Bitbucket projects +The `RepoUrlPicker` field extension now has an `allowedProjects` option for narrowing the selection of Bitbucket URLs.