Skip to content

Commit

Permalink
refactor: Remove desc in settings
Browse files Browse the repository at this point in the history
* Titles are already self explanatory

Signed-off-by: mahendrapaipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Nov 30, 2023
1 parent 515e005 commit 23d9665
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,21 @@
"auto:percent": {
"type": "boolean",
"title": "Text Notebook as Script in Percent Format",
"description": "All the available kernel variants will be added to launcher and jupytext menu",
"default": true
},
"auto:light": {
"type": "boolean",
"title": "Text Notebook as Script in Light Format",
"description": "All the available kernel variants will be added to launcher and jupytext menu",
"default": false
},
"auto:hydrogen": {
"type": "boolean",
"title": "Text Notebook as Script in Hydrogen Format",
"description": "All the available kernel variants will be added to launcher and jupytext menu",
"default": false
},
"auto:nomarker": {
"type": "boolean",
"title": "Text Notebook as Script in Nomarker Format",
"description": "All the available kernel variants will be added to launcher and jupytext menu",
"default": false
},
"md:myst": {
Expand Down

0 comments on commit 23d9665

Please sign in to comment.