Skip to content

Instantly share code, notes, and snippets.

@mtica
Forked from dgundi/add-sub-example.json
Last active January 3, 2016 21:19
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 mtica/8521071 to your computer and use it in GitHub Desktop.
Save mtica/8521071 to your computer and use it in GitHub Desktop.
{
"menu-test1_google": {
"weight": 500000,
"icon": "/google/icons/google.png",
"title": "Google Apps"
},
"menu-test1_google-webmail": {
"parent": "menu-test1_google",
"weight": 10,
"title": "Webmail",
"attr": {
"href": "https://mail.google.com",
"target": "_blank"
}
},
"menu-test1_google-drive": {
"parent": "menu-test1_google",
"weight": 20,
"title": "Drive",
"attr": {
"href": "https://drive.google.com",
"target": "_blank"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment