ArticleList block renders a list of article or news items. It supports a configurable source field that determines where content is pulled from, a display limit, and optional CTA links at the bottom.
Props
Section heading rendered as
<h2>.Supporting text below the heading.
The data source for articles. Configured in Sanity schema.
Maximum number of articles to display.
Optional array of CTA button objects (
{ text, url, variant }) rendered below the article list.Usage in Sanity Studio
- Add an Article List block to a page.
- Set a Heading and optional Description.
- Configure the Source and Limit.
- Add optional Links for “View all” style CTAs.