core-compat-api: hide page header for compat-wrapped legacy pages
Legacy plugins already render their own headers, so the additional PageLayout header from the PageBlueprint results in duplicate headers. Pass noHeader: true in both convertLegacyPageExtension and collectLegacyRoutes to suppress the outer header. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Hide the default page header for pages created through the compatibility wrappers, since legacy plugins already render their own headers.
|
||||
Reference in New Issue
Block a user