Skip to Content

Typography

ComponentFileFields
Headingheading-block.tsxtitle (text), level (select: h1–h4)
Paragraphparagraph-block.tsxtext: P1’s richtextField wrapper, not plain text
Quotequote-block.tsxquote (textarea), attribution (text)
Listlist-block.tsxordered (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