Files
MLPproject/.venv/lib/python3.12/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/download.json
2025-10-23 15:44:32 +02:00

22 lines
513 B
JSON

{
"title": "File Browser Download",
"description": "File Browser Download settings.",
"jupyter.lab.menus": {
"context": [
{
"command": "filebrowser:download",
"selector": ".jp-DirListing-item[data-isdir=\"false\"]",
"rank": 9
},
{
"command": "filebrowser:copy-download-link",
"selector": ".jp-DirListing-item[data-isdir=\"false\"]",
"rank": 13
}
]
},
"properties": {},
"additionalProperties": false,
"type": "object"
}