You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			465 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			22 lines
		
	
	
		
			465 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "title": "Document Manager Download",
 | 
						|
  "description": "Document Manager Download settings.",
 | 
						|
  "jupyter.lab.menus": {
 | 
						|
    "main": [
 | 
						|
      {
 | 
						|
        "id": "jp-mainmenu-file",
 | 
						|
        "items": [
 | 
						|
          { "type": "separator", "rank": 6 },
 | 
						|
          {
 | 
						|
            "command": "docmanager:download",
 | 
						|
            "rank": 6
 | 
						|
          },
 | 
						|
          { "type": "separator", "rank": 6 }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "additionalProperties": false,
 | 
						|
  "type": "object"
 | 
						|
}
 |