Skip to content

Instantly share code, notes, and snippets.

@dgundi
Created November 6, 2013 05:42
Show Gist options
  • Save dgundi/7331487 to your computer and use it in GitHub Desktop.
Save dgundi/7331487 to your computer and use it in GitHub Desktop.
{
"menu-my_agency_blog": {
"weight": 25200,
"icon": "/blog/icons/blog.png",
"title": "Blog"
},
"menu-my_agency_blog-posts": {
"parent": "menu-my_agency_blog",
"weight": 10,
"title": "Posts",
"attr": {
"href": "/blog/managePosts.html"
}
},
"menu-my_agency_blog-authors": {
"parent": "menu-my_agency_blog",
"weight": 20,
"title": "Authors",
"attr": {
"href": "/blog/manageAuthorsEn.html"
}
},
"menu-webapps-posts": {
"visible": false,
"applyIf": {
"menusExist": ["menu-webapps-posts"]
}
},
"menu-webapp-authors": {
"visible": false,
"applyIf": {
"menusExist": ["menu-webapps-authors"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment