Hi,
I want to be able to load several pages in one location, but when i do something like this:
"modules": {
"generalPages": [
{
"url": "/Home/Index",
"key": "Home",
"location": "system.top.navigation.bar",
"name": {
"value": "MyApp"
}
},
{
"url": "/SomeController/SomeAction",
"key": "ControllerAction",
"location": "system.top.navigation.bar",
"name": {
"value": "MyApp"
}
}
]
}
i get link duplicated:
I want to have one link that loads first url, and my app will navigate users to another, how should i declare this in atlassian-connect.json file?