Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. App.Sitemap = {
  2. menu: [
  3. {
  4. id: "123"
  5. title: "Live Casino",
  6. icon: "x",
  7. url: "x",
  8. subSections: [
  9. {
  10. id: "123",
  11. title: "Sub section 1",
  12. url: "x"
  13. },
  14. {
  15. id: "456",
  16. title: "Sub section 2",
  17. url: "x"
  18. }
  19. ]
  20. },
  21. {
  22. id: "456"
  23. title: "Slots & Games",
  24. icon: "x",
  25. url: "x",
  26. subSections: [
  27. {
  28. id: "123",
  29. title: "Sub section 1",
  30. url: "x"
  31. },
  32. {
  33. id: "456",
  34. title: "Sub section 2",
  35. url: "x"
  36. }
  37. ]
  38. }
  39. ]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement