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.
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"title": "Kernel dialogs",
|
|
"description": "Kernel dialogs settings.",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"skipKernelRestartDialog": {
|
|
"title": "Skip kernel restart Dialog",
|
|
"description": "Whether the kernel restart confirmation dialog is skipped when restarting the kernel.",
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|