From 82c2b908ccccb10c1865d2a4a9cfaac1bb63a543 Mon Sep 17 00:00:00 2001 From: David Festal Date: Wed, 15 May 2024 12:16:20 +0200 Subject: [PATCH] Add changeset Signed-off-by: David Festal --- .changeset/itchy-spoons-cry.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/itchy-spoons-cry.md diff --git a/.changeset/itchy-spoons-cry.md b/.changeset/itchy-spoons-cry.md new file mode 100644 index 0000000000..20877e8087 --- /dev/null +++ b/.changeset/itchy-spoons-cry.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-app-backend': patch +--- + +Restore the support of external config schema in the router of the `app-backend` plugin, which was broken in release `1.26.0`. +This support is critical for dynamic frontend plugins to have access to their config values.