#650 - add max level

This commit is contained in:
Elio Struyf
2023-09-06 18:08:37 +02:00
parent 802e34890a
commit eb5bdd6119
@@ -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
}
}
]