project-mypreferences-context

[
  {
    "evaluator": "context-project",
    "config": {
      "project-mypreferences-context": {
        "items": [
          {
            "key": "project/mypreferences",
            "title": "My Preferences",
            "order": 10000,
            "header": true,
            "items": [
              {
                "key": "project/mypreferences/properties",
                "title": "Properties",
                "uri": "#/projects/{projectId}/mypreferences",
                "iconClass": "fa fa-angle-right",
                "order": 100
              }
            ]
          },
          {
            "key": "project/mypreferences/ui",
            "title": "Customize UI",
            "order": 30000,
            "header": true,
            "allowAuthority": [
              "collaborator",
              "manager"
            ],
            "items": [
              {
                "key": "project/ui/menus",
                "title": "UI Menus",
                "uri": "#/projects/{projectId}/mypreferences/ui/menus",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "project/ui/dashboards",
                "title": "UI Dashboards",
                "uri": "#/projects/{projectId}/mypreferences/ui/dashboards",
                "iconClass": "fa fa-angle-right"
              }
            ]
          }
        ]
      }
    }
  }
]```