diff --git a/.changeset/scaffolder-nfs-page-layout.md b/.changeset/scaffolder-nfs-page-layout.md index dfcfa2f793..2f0f848e40 100644 --- a/.changeset/scaffolder-nfs-page-layout.md +++ b/.changeset/scaffolder-nfs-page-layout.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-scaffolder': minor +'@backstage/plugin-scaffolder': patch --- -Migrated the scaffolder plugin's new frontend system (NFS) definition to use the `SubPageBlueprint` pattern with tabbed navigation. The plugin now renders a parent page with sub-pages for Templates, Tasks, Actions, Template Editor, and Templating Extensions, matching the pattern used by the Settings plugin. Each sub-page handles its own internal routing, including parameterized routes for template wizard and task detail views. The legacy frontend system compatibility is preserved. +Fixed the layout of the scaffolder plugin in the new frontend system to use the new page layout. diff --git a/.patches/pr-33455.txt b/.patches/pr-33455.txt new file mode 100644 index 0000000000..338a327e51 --- /dev/null +++ b/.patches/pr-33455.txt @@ -0,0 +1 @@ +Fix scaffolder plugin page layout in the new frontend system