From eb5bdd6119fe87e8f0fa18b3285733aab6159a01 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 6 Sep 2023 18:08:37 +0200 Subject: [PATCH] #650 - add max level --- .../.frontmatter/starlight/contenttypes.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/astro-starlight/.frontmatter/starlight/contenttypes.json b/templates/astro-starlight/.frontmatter/starlight/contenttypes.json index 4d0b8995..172bed50 100644 --- a/templates/astro-starlight/.frontmatter/starlight/contenttypes.json +++ b/templates/astro-starlight/.frontmatter/starlight/contenttypes.json @@ -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 } } ]