Skip to content

Commit

Permalink
Update HeaderContent.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 authored Oct 25, 2023
1 parent b1c7d01 commit 92949ec
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions pwa/src/templates/templateParts/header/HeaderContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"pathname": "/",
"operator": "equals"
},
"handleClick": { "link": "/" }
"handleClick": {
"link": "/"
}
},
{
"label": "Categories",
Expand All @@ -27,7 +29,9 @@
"pathname": "/applications",
"operator": "includes"
},
"handleClick": { "link": "/applications" }
"handleClick": {
"link": "/applications"
}
},
{
"label": "Components",
Expand All @@ -43,7 +47,9 @@
"pathname": "/components",
"operator": "includes"
},
"handleClick": { "link": "/components" }
"handleClick": {
"link": "/components"
}
},
{
"label": "Processes",
Expand Down Expand Up @@ -118,12 +124,22 @@
"pathname": "/organizations",
"operator": "includes"
},
"handleClick": { "link": "/organizations" }
"handleClick": {
"link": "/organizations"
}
},
{
"label": "Initiatives",
"type": "internal",
"current": "pathname === \"/components\" && filters.developmentStatus === \"concept\"",
"current": {
"pathname": "/components",
"operator": "includes",
"filterCondition": {
"filter": "developmentStatus",
"value": "concept",
"isObject": true
}
},
"handleClick": {
"link": "/components",
"setFilter": {
Expand All @@ -146,7 +162,9 @@
"pathname": "/documentation/about",
"operator": "equals"
},
"handleClick": { "link": "/documentation/about" }
"handleClick": {
"link": "/documentation/about"
}
},
{
"label": "Use",
Expand All @@ -155,7 +173,9 @@
"pathname": "/documentation/usage",
"operator": "equals"
},
"handleClick": { "link": "/documentation/usage" }
"handleClick": {
"link": "/documentation/usage"
}
}
]
}
Expand Down

0 comments on commit 92949ec

Please sign in to comment.