Skip to content

Instantly share code, notes, and snippets.

@hugohernandezfcc
Forked from SanBran/navbar.json
Last active January 27, 2024 08:47
Show Gist options
  • Save hugohernandezfcc/fbeb48d9780f21813006a988ffe0196c to your computer and use it in GitHub Desktop.
Save hugohernandezfcc/fbeb48d9780f21813006a988ffe0196c to your computer and use it in GitHub Desktop.
Json de estructura general para menu
{
"data":
{
"lang": "es",
"menu":
{
"name": "Menu",
"urlPublicImage": "/images/newIconography/caballeroaguila.svg",
"urlPublicMobileImage": "/images/newIconography/Caballero_Aguila_alone.svg",
"urlPublicTabletImage": "/images/newIconography/Caballero_Aguila_alone.svg",
"navigationLinksEn":
[
{"name": "news", "label": "News", "link": ""},
{"name": "experience", "label": "Aeromexico Experience", "link": ""},
{"name": "policies", "label": "Travel Policies", "link": ""},
{"name": "tools", "label": "Tools", "link": ""},
{"name": "flightStatus", "label": "Flight Status", "link": ""},
{"name": "NDC", "label": "NDC", "link": ""}
],
"navigationLinksEs":
[
{"name": "news", "label": "Noticias", "link": ""},
{"name": "experience", "label": "Experiencia Aeroméxico", "link": ""},
{"name": "policies", "label": "Biblioteca de políticas", "link": ""},
{"name": "tools", "label": "Herramientas", "link": ""},
{"name": "flightStatus", "label": "Estatus de vuelo", "link": ""},
{"name": "NDC", "label": "NDC", "link": ""}
],
"rightSection":
{
"lenguages": [
{
"key": "es",
"name": "Español",
"country": "México",
"flag": "/images/mex-flag.svg"
},
{
"key": "en",
"name": "English",
"country": "United States",
"flag": "/images/usa-flag.svg"
},
{
"key": "en",
"name": "English",
"country": "United States",
"flag": "/images/usa-flag.svg"
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment