Skip to content

Instantly share code, notes, and snippets.

@8lane
Created July 17, 2017 13:21
Show Gist options
  • Save 8lane/b310ff11df5d34df8febfaa3d11fc0b0 to your computer and use it in GitHub Desktop.
Save 8lane/b310ff11df5d34df8febfaa3d11fc0b0 to your computer and use it in GitHub Desktop.
App.Sitemap = {
menu: [
{
id: "123"
title: "Live Casino",
icon: "x",
url: "x",
subSections: [
{
id: "123",
title: "Sub section 1",
url: "x"
},
{
id: "456",
title: "Sub section 2",
url: "x"
}
]
},
{
id: "456"
title: "Slots & Games",
icon: "x",
url: "x",
subSections: [
{
id: "123",
title: "Sub section 1",
url: "x"
},
{
id: "456",
title: "Sub section 2",
url: "x"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment