publishing-manage-subcontext

[
  {
    "evaluator": "context-project",
    "config": {
      "publishing-manage-subcontext": {
        "items": [
          {
            "key": "project/publishing",
            "title": "Publishing",
            "header": true,
            "items": [
              {
                "key": "project/publishing/settings",
                "title": "Settings",
                "uri": "#/projects/{projectId}/manage/publishing",
                "iconClass": "fa fa-angle-right",
                "order": 100
              },
              {
                "key": "project/publishing/contenttypes",
                "title": "Content Types",
                "uri": "#/projects/{projectId}/manage/publishing/contenttypes",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "project/publishing/publications",
                "title": "Publications",
                "uri": "#/projects/{projectId}/manage/publishing/publications",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "project/publishing/workflow",
                "title": "Workflow",
                "uri": "#/projects/{projectId}/manage/publishing/workflow",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "project/publishing/lifecycle",
                "title": "Lifecycle States",
                "uri": "#/projects/{projectId}/manage/publishing/lifecycle",
                "iconClass": "fa fa-angle-right",
                "allowAuthority": [
                  "owner",
                  "manager",
                  "admin"
                ]
              }
            ]
          }
        ]
      }
    }
  }
]```