Skip to content

Instantly share code, notes, and snippets.

@dgundi
Created November 6, 2013 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dgundi/7331461 to your computer and use it in GitHub Desktop.
Save dgundi/7331461 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