Skip to content

Commit

Permalink
Merge pull request #44 from opfab/FE-37-RemoveMenus
Browse files Browse the repository at this point in the history
Updated the menus
  • Loading branch information
vlo-rte committed May 23, 2024
2 parents 72e892c + 31ac266 commit d42c618
Showing 1 changed file with 3 additions and 46 deletions.
49 changes: 3 additions & 46 deletions server/ui-menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,11 @@
},
{
"id": "menu1",
"label": "menu1.title.single",
"entries": [
{
"customMenuId": "uid_test_0",
"url": "https://en.wikipedia.org/w/index.php",
"label": "menu1.entry.single",
"linkType": "BOTH"
}
]
},
{
"id": "menu2",
"label": "menu2.title.multi",
"entries": [
{
"customMenuId": "uid_test_1",
"url": "https://opfab.github.io/",
"label": "menu2.entry.entry1",
"linkType": "BOTH"
},
{
"customMenuId": "uid_test_2",
"url": "https://www.wikipedia.org/",
"label": "menu2.entry.entry2",
"label": "menu1.entry.single",
"linkType": "BOTH"
}
]
Expand Down Expand Up @@ -87,20 +68,8 @@
"language": "en",
"i18n": {
"menu1": {
"title": {
"single": "First menu"
},
"entry": {
"single": "Single menu entry"
}
},
"menu2": {
"title": {
"multi": "Second menu"
},
"entry": {
"entry1": "First menu entry",
"entry2": "Second menu entry"
"single": "Documentation"
}
}
}
Expand All @@ -109,20 +78,8 @@
"language": "fr",
"i18n": {
"menu1": {
"title": {
"single": "Premier menu"
},
"entry": {
"single": "Unique élément"
}
},
"menu2": {
"title": {
"multi": "Deuxième menu"
},
"entry": {
"entry1": "Premier élément",
"entry2": "Deuxième élément"
"single": "Documentation"
}
}
}
Expand Down

0 comments on commit d42c618

Please sign in to comment.