download.json 465 B

123456789101112131415161718192021
  1. {
  2. "title": "Document Manager Download",
  3. "description": "Document Manager Download settings.",
  4. "jupyter.lab.menus": {
  5. "main": [
  6. {
  7. "id": "jp-mainmenu-file",
  8. "items": [
  9. { "type": "separator", "rank": 6 },
  10. {
  11. "command": "docmanager:download",
  12. "rank": 6
  13. },
  14. { "type": "separator", "rank": 6 }
  15. ]
  16. }
  17. ]
  18. },
  19. "additionalProperties": false,
  20. "type": "object"
  21. }