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 } } ]