project-manage-context
[
{
"evaluator": "context-project",
"config": {
"project-manage-context": {
"items": [
{
"key": "project/manage/header",
"title": "Manage",
"order": 10000,
"header": true,
"allowAuthority": [
"collaborator",
"manager"
],
"items": [
{
"key": "project/settings",
"title": "Project Settings",
"uri": "#/projects/{projectId}/settings",
"iconClass": "fa fa-sliders",
"order": 100
},
{
"key": "project/logs",
"title": "Logs",
"uri": "#/projects/{projectId}/logs",
"iconClass": "fa fa-file-text-o"
},
{
"key": "project/jobs",
"title": "Jobs",
"uri": "#/projects/{projectId}/jobs",
"iconClass": "fa fa-tasks"
}
]
},
{
"key": "project/configure/header",
"title": "Configure Project",
"header": true,
"order": 20000,
"items": [
{
"key": "project/manage/email",
"title": "Email",
"uri": "#/projects/{projectId}/email/settings",
"iconClass": "fa fa-envelope"
},
{
"key": "project/manage/editors",
"title": "Editors",
"uri": "#/projects/{projectId}/editors",
"iconClass": "fa fa-edit"
},
{
"key": "project/manage/locales",
"title": "Locales",
"uri": "#/projects/{projectId}/manage/locales",
"iconClass": "fa fa-language"
},
{
"key": "project/manage/theme",
"title": "Theme",
"uri": "#/projects/{projectId}/theme",
"iconClass": "fa fa-paint-brush"
},
{
"key": "project/manage/tools",
"title": "Tools",
"uri": "#/projects/{projectId}/tools",
"iconClass": "fa fa-wrench"
},
{
"key": "project/manage/indexes",
"title": "Indexes",
"uri": "#/projects/{projectId}/indexes",
"iconClass": "fa fa-fighter-jet"
},
{
"key": "project/manage/workspaces",
"title": "Workspaces",
"uri": "#/projects/{projectId}/manage/workspaces",
"iconClass": "icon icon icomoon2-workspace"
},
{
"key": "project/manage/releases",
"title": "Releases",
"uri": "#/projects/{projectId}/manage/releases",
"iconClass": "fa fa-calendar"
},
{
"key": "project/manage/search",
"title": "Search",
"uri": "#/projects/{projectId}/manage/search",
"iconClass": "fa fa-search"
},
{
"key": "project/addons",
"title": "Add-Ons",
"uri": "#/projects/{projectId}/addons",
"iconClass": "fa fa-puzzle-piece",
"allowAuthority": [
"owner",
"manager",
"admin"
]
},
{
"key": "project/applications",
"title": "Applications",
"uri": "#/projects/{projectId}/applications",
"iconClass": "fa fa-desktop"
},
{
"key": "project/roles",
"title": "Roles",
"uri": "#/projects/{projectId}/roles",
"iconClass": "fa fa-user-secret"
},
{
"key": "project/teams",
"title": "Teams",
"uri": "#/projects/{projectId}/teams",
"iconClass": "fa fa-users"
},
{
"key": "project/workflows",
"title": "Workflows",
"uri": "#/projects/{projectId}/workflows",
"iconClass": "fa fa-share-alt"
},
{
"key": "project/messages",
"title": "Localized Text",
"uri": "#/projects/{projectId}/manage/messages",
"iconClass": "fa fa-font",
"allowAuthority": [
"owner",
"manager",
"admin"
]
},
{
"key": "project/publishing",
"title": "Publishing",
"uri": "#/projects/{projectId}/manage/publishing",
"iconClass": "typcn typcn-arrow-shuffle",
"allowAuthority": [
"owner",
"manager",
"admin"
]
},
{
"key": "project/preview-servers",
"title": "Preview Servers",
"uri": "#/projects/{projectId}/preview-servers",
"iconClass": "typcn typcn-device-desktop",
"allowAuthority": [
"owner",
"manager",
"admin"
]
},
{
"key": "project/slugify",
"title": "Slugify",
"uri": "#/projects/{projectId}/manage/slugify",
"iconClass": "typcn typcn-sort-alphabetically"
}
]
},
{
"key": "project/ui/header",
"title": "Customize UI",
"order": 30000,
"header": true,
"allowAuthority": [
"collaborator",
"manager"
],
"items": [
{
"key": "project/ui/menus",
"title": "UI Menus",
"uri": "#/projects/{projectId}/ui/menus",
"iconClass": "typcn typcn-th-menu"
},
{
"key": "project/ui/dashboards",
"title": "UI Dashboards",
"uri": "#/projects/{projectId}/ui/dashboards",
"iconClass": "typcn typcn-news"
},
{
"key": "project/ui/contenttypes",
"title": "UI Content Types",
"uri": "#/projects/{projectId}/ui/contenttypes",
"iconClass": "typcn typcn-clipboard"
},
{
"key": "project/ui/pages",
"title": "UI Pages",
"uri": "#/projects/{projectId}/ui/pages",
"iconClass": "typcn typcn-book"
},
{
"key": "project/ui/templates",
"title": "UI Templates",
"uri": "#/projects/{projectId}/ui/templates",
"iconClass": "typcn typcn-code"
},
{
"key": "project/ui/configs",
"title": "UI Views",
"uri": "#/projects/{projectId}/ui/configs",
"iconClass": "fa fa-object-group"
}
]
},
{
"key": "project/developers/heading",
"title": "Developers",
"header": true,
"order": 40000,
"allowAuthority": [
"owner",
"manager",
"admin"
],
"items": [
{
"key": "project/developers/apikeys",
"title": "API Keys",
"uri": "#/projects/{projectId}/apikeys",
"iconClass": "fa fa-code",
"allowAuthority": [
"owner",
"manager",
"admin"
]
},
{
"key": "project/stack",
"title": "Stack",
"uri": "#/projects/{projectId}/stack",
"iconClass": "fa fa-server"
},
{
"key": "project/branches",
"title": "Branch Administration",
"uri": "#/projects/{projectId}/manage/branches",
"iconClass": "fa fa-code-fork"
}
]
},
{
"key": "project/deletions/heading",
"title": "Deleted Items",
"order": 60000,
"header": true,
"items": [
{
"key": "project/deletions/trash",
"title": "View Deleted Items",
"uri": "#/projects/{projectId}/deletions",
"iconClass": "fa fa-trash-o"
}
]
}
]
}
}
}
]```