Created
July 17, 2017 13:21
-
-
Save 8lane/b310ff11df5d34df8febfaa3d11fc0b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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