Skip to content

Instantly share code, notes, and snippets.

@dunithd
Created February 6, 2015 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dunithd/d9180c27b0615ad86b4a to your computer and use it in GitHub Desktop.
Save dunithd/d9180c27b0615ad86b4a to your computer and use it in GitHub Desktop.
menuItems : [
{
"title" : "sdsd",
"childMenus" : [
{
"title" : "child-menu 01",
"tabs" : [
{ "title" : "some dumb title",
"description" : null,
"widgets" : [
{ //will figure out this later}
]
}
]
}
]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment