Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion dynamic-plugins.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ plugins:
sidebar:
search: false
settings: false
logo: false
dynamicPlugins:
frontend:
default.main-menu-items:
Expand All @@ -516,7 +517,13 @@ plugins:
- mountPoint: application/header
importName: GlobalHeader
config:
position: above-main-content # above-main-content | above-sidebar
position: above-sidebar # above-main-content | above-sidebar
- mountPoint: global.header/component
importName: CompanyLogo
config:
priority: 200
props:
to: '/'
- mountPoint: global.header/component
importName: SearchComponent
config:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "red-hat-developer-hub-backstage-plugin-global-header",
"version": "1.6.0",
"version": "1.10.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@mui/material": "5.17.1",
"@red-hat-developer-hub/backstage-plugin-global-header": "1.6.0"
"@red-hat-developer-hub/backstage-plugin-global-header": "1.10.1"
},
"devDependencies": {
"@backstage/cli": "0.30.0",
Expand Down
Loading
Loading