Skip to content

Commit

Permalink
LPD-5169 Add name to SiteNavigationMenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
joseabelenda authored and brianchandotcom committed Jan 30, 2024
1 parent 2704782 commit a607a98
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@
"type": "layout"
}
],
"name": "Learning",
"name_i18n": {
"en_US": "Learning"
},
"title": "Learning",
"type": "node"
}
],
"name": "Main Menu",
"name_i18n": {
"en_US": "Main Menu"
},
Expand All @@ -74,6 +76,7 @@
"type": "layout"
}
],
"name": "Footer Clarity Menu",
"name_i18n": {
"en_US": "Footer Clarity Menu"
},
Expand All @@ -88,6 +91,7 @@
"type": "layout"
},
{
"name": "Documentation",
"name_i18n": {
"en_US": "Documentation"
},
Expand All @@ -106,6 +110,7 @@
"type": "layout"
}
],
"name": "Footer Trial Menu",
"name_i18n": {
"en_US": "Footer Trial Menu"
},
Expand All @@ -115,6 +120,7 @@
{
"menuItems": [
{
"name": "About Liferay",
"name_i18n": {
"en_US": "About Liferay"
},
Expand All @@ -123,6 +129,7 @@
"useNewTab": "true"
},
{
"name": "Liferay Experience Cloud",
"name_i18n": {
"en_US": "Liferay Experience Cloud"
},
Expand All @@ -131,6 +138,7 @@
"useNewTab": "true"
},
{
"name": "Liferay.com",
"name_i18n": {
"en_US": "Liferay.com"
},
Expand All @@ -139,6 +147,7 @@
"useNewTab": "true"
}
],
"name": "Footer Liferay Menu",
"name_i18n": {
"en_US": "Footer Liferay Menu"
},
Expand Down

0 comments on commit a607a98

Please sign in to comment.