Skip to content

Instantly share code, notes, and snippets.

@dgundi
Created November 6, 2013 05:44
Show Gist options
  • Save dgundi/7331498 to your computer and use it in GitHub Desktop.
Save dgundi/7331498 to your computer and use it in GitHub Desktop.
{
"menu-customers": {
"title": "Members"
},
"menu-useful_stuff": {
"weight": 11000,
"icon": "/AdminConsole/static/images/icons/webforms.png",
"title": "Useful links"
},
"menu-useful_pages": {
"parent": "menu-useful_stuff",
"weight": 10000,
"title": "Pages",
"attr": {
"href": "/Admin/WebPagesv3.aspx"
}
},
"menu-useful_pages": {
"parent": "menu-useful_stuff",
"weight": 10000,
"title": "Pages",
"attr": {
"href": "/Admin/WebPagesv3.aspx"
}
},
"menu-useful_domain": {
"parent": "menu-useful_stuff",
"weight": 20000,
"title": "Domain settings",
"attr": {
"href": "/Admin/Websites.aspx"
}
},
"menu-useful_Emails": {
"parent": "menu-useful_stuff",
"weight": 30000,
"title": "Email Users",
"attr": {
"href": "/AdminConsoleXT/#emailaccounts"
}
},
"menu-useful_Users": {
"parent": "menu-useful_stuff",
"weight": 30000,
"title": "Admin Users",
"attr": {
"href": "/AdminConsoleXT/#adminusers"
}
},
"menu-useful_Products": {
"parent": "menu-useful_stuff",
"weight": 40000,
"title": "Products",
"attr": {
"href": "/Admin/Products.aspx"
}
},
"menu-useful_Catalogs": {
"parent": "menu-useful_stuff",
"weight": 50000,
"title": "Catalogs",
"attr": {
"href": "/Admin/Catalogues.aspx"
}
},
"menu-my_agency_blog": {
"weight": 25200,
"icon": "/AdminConsole/static/images/icons/webforms.png",
"title": "Blog"
},
"menu-my_agency_blog-posts": {
"parent": "menu-my_agency_blog",
"weight": 10,
"title": {
"en": "Posts",
"fr": "Billet de blog"
},
"attr": {
"href": {
"en": "http://forceful1.bcrb.tk/portfolio-big-layout",
"fr": "http://forceful1.bcrb.tk/contact"
}
}
},
"menu-my_agency_blog-authors": {
"parent": "menu-my_agency_blog",
"weight": 20,
"title": {
"en": "Authors",
"fr": "Les authors"
},
"attr": {
"href": {
"en": "http://forceful1.bcrb.tk/shop",
"fr": "http://forceful1.bcrb.tk/contact"
}
}
},
"menu-webapps-posts": {
"visible": false,
"applyIf": {
"menusExist": ["menu-useful_stuff"]
}
},
"menu-webapp-authors": {
"visible": false,
"applyIf": {
"menusExist": ["menu-useful_stuff"]
}
},
"menu-reports": {
"visible": false,
"applyIf": {
"userHasRoles": ["Administrators2"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment