Typography
| Component | File | Fields |
|---|---|---|
| Heading | heading-block.tsx | title (text), level (select: h1–h4) |
| Paragraph | paragraph-block.tsx | text: P1’s richtextField wrapper, not plain text |
| Quote | quote-block.tsx | quote (textarea), attribution (text) |
| List | list-block.tsx | ordered (radio: bulleted/numbered), items (textarea, one item per line) |
The List block’s items field is plain text, one entry per line, not an array
repeater. It also has a small convenience baked in: a line written as
[Label](https://example.com) renders as a link instead of plain text, which is how it
supports linked list items generated from a datasource’s markdown output (see
Data) without needing a richer field type.
Last updated on