Global web - web components
Header with navigation and language switcher
Custom HTML element
<gw-group-nav-header content=""></gw-group-nav-header>
Properties
Name | Type | Description |
---|
content | Object | base64 encoded |
content
{
"url": "",
"logo": {
"src": "",
"link": ""
},
"navigationData": {
"marketData": {
"name": ""
},
"menuItems": [
{
"links": [
{
"links": [
{
"id": "",
"label": "",
"url": "",
"description": ""
}
],
"id": "",
"label": "",
"url": "",
"description": ""
}
],
"id": "",
"label": "",
"url": "",
"description": ""
}
]
},
"languageSwitcherData": {
"currentLanguage": "",
"languages": [
{
"label": "",
"url": ""
}
]
},
"search": {
"addSearch": {
"id": ""
}
},
"divisionBrandSwitcherData": {
"divisions": {
"title": "",
"links": [
{
"title": "",
"text": "",
"link": {
"text": "",
"url": ""
}
}
]
},
"brands": {
"title": "",
"links": [
{
"logotype": "",
"linkURL": ""
}
]
}
}
}
content.url response
{
"navigationData": {
"marketData": {
"name": "API Career"
}
},
"languageSwitcherData": {
"currentLanguage": "",
"languages": [
{
"label": "",
"url": ""
},
]
}
}
Dependencies
@assaabloy/gw-group-vendor
@assaabloy/brand-styles