Skip to content
Snippets Groups Projects

Disable labnews

Merged Enol Fernandez requested to merge disable-labnews into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -132,6 +132,15 @@ singleuser:
{
"@jupyterlab/apputils-extension:notification": {
"fetchNews": "false"
},
"@jupyterlab/application-extension:context-menu": {
"contextMenu": [
{
"command": "filebrowser:share-main",
"selector": ".jp-DirListing-item[data-isdir]",
"disabled": true
}
]
}
}
Loading