Skip to content
Snippets Groups Projects
Commit 572a2af5 authored by Enol Fernandez's avatar Enol Fernandez
Browse files

Disable context menu share link

parent 5f96908c
No related branches found
No related tags found
1 merge request!3Disable labnews
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -132,6 +132,15 @@ singleuser: ...@@ -132,6 +132,15 @@ singleuser:
{ {
"@jupyterlab/apputils-extension:notification": { "@jupyterlab/apputils-extension:notification": {
"fetchNews": "false" "fetchNews": "false"
},
"@jupyterlab/application-extension:context-menu": {
"contextMenu": [
{
"command": "filebrowser:share-main",
"selector": ".jp-DirListing-item[data-isdir]",
"disabled": true
}
]
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment