You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyterlab/schemas/@jupyterlab/logconsole-extension/plugin.json

23 lines
614 B

{
"jupyter.lab.setting-icon": "ui-components:list",
"jupyter.lab.setting-icon-label": "Log Console",
"title": "Log Console",
"description": "Log Console settings.",
"properties": {
"maxLogEntries": {
"type": "number",
"title": "Log entry count limit",
"description": "Maximum number of log entries to store in memory",
"default": 1000
},
"flash": {
"type": "boolean",
"title": "Status Bar Item flash",
"description": "Whether to flash on new log message or not",
"default": true
}
},
"additionalProperties": false,
"type": "object"
}