master
/ .localenv / lib / python3.5 / site-packages / jupyterlab / schemas / @jupyterlab / application-extension / sidebar.json

sidebar.json @master raw · history · blame

{
  "jupyter.lab.setting-icon-label": "Sidebar",
  "title": "Sidebar",
  "description": "Sidebar layout settings.",
  "properties": {
    "overrides": {
      "type": "object",
      "title": "Overrides",
      "default": {},
      "description": "Overrides for where to show sidebar items\ne.g., {\"tab-manager\": \"right\"}",
      "properties": {},
      "additionalProperties": {
        "type": "string",
        "enum": ["left", "right"]
      }
    }
  },
  "additionalProperties": false,
  "type": "object"
}