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.
18 lines
557 B
JSON
18 lines
557 B
JSON
{
|
|
"title": "File Browser Widget - File Actions",
|
|
"description": "File Browser widget - File Actions settings.",
|
|
"jupyter.lab.toolbars": {
|
|
"FileBrowser": [
|
|
{ "name": "fileAction-placeholder", "rank": 0 },
|
|
{ "name": "fileAction-open", "rank": 1 },
|
|
{ "name": "fileAction-download", "rank": 2 },
|
|
{ "name": "fileAction-rename", "rank": 3 },
|
|
{ "name": "fileAction-duplicate", "rank": 4 },
|
|
{ "name": "fileAction-delete", "rank": 5 }
|
|
]
|
|
},
|
|
"properties": {},
|
|
"additionalProperties": false,
|
|
"type": "object"
|
|
}
|