mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 09:23:00 +02:00
#650 - add max level
This commit is contained in:
@@ -60,7 +60,8 @@
|
||||
"title": "Minimum heading level",
|
||||
"type": "number",
|
||||
"numberOptions": {
|
||||
"min": 2
|
||||
"min": 2,
|
||||
"max": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -68,7 +69,8 @@
|
||||
"title": "Maximum heading level",
|
||||
"type": "number",
|
||||
"numberOptions": {
|
||||
"min": 2
|
||||
"min": 2,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user