Merge pull request #33450 from backstage/rugvip/catalog-entity-page-no-header

catalog: disable page layout header for entity page
This commit is contained in:
Patrik Oldsberg
2026-03-20 12:00:12 +01:00
committed by GitHub
3 changed files with 7 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Disabled the default page layout header for the catalog entity page in the new frontend system. The entity page already renders its own header through the `EntityHeader` extension, so the page layout header was redundant.