Check type ID#
kind: object_sentence_case
Purpose#
Require a string field to read as sentence case, not Title Case.
Configuration keys#
| Field | Required | Default | Meaning |
|---|---|---|---|
field | yes | - | Frontmatter key whose string value must be sentence case. |
allow | no | - | Proper nouns permitted to keep a leading capital mid-title (e.g. Katalyst). All-caps acronyms (CI, H1) are always allowed. |
Example#
collections:
pages:
path: docs/content
checks:
- kind: object_sentence_case
field: title
allow: [Katalyst]