Skip to content

Instantly share code, notes, and snippets.

@mtica
mtica / menu.json
Created January 17, 2014 16:29 — forked from dgundi/menu.json
{
"first-app-hello-world": {
"weight": 100000,
"title": "Hello World",
"children": [],
"attr": {
"href": "/Admin/AppLoader.aspx?client_id=first-app-hello-world"
}
}
}
{
"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",
@mtica
mtica / menu.json
Last active January 3, 2016 22:29 — forked from dgundi/menu.json
{
"menu-bc-first_webapp_hello_world": {
"weight": 100000,
"title": "Hello World",
"attr": {
"href": "/Admin/AppLoader.aspx?client_id=bc-first-app-hello-world"
}
}
}
{
"menu-my_customers": {
"weight": 500000,
"icon": "/google/icons/google.png",
"title": "My Customers"
},
"menu-customer_database": {
"parent": "menu-my_customers",
"weight": 10,
"title": "Customer database",