Built-in row type

Built-in

Card row type

A flexible card component with variants for grids, icons, steps, media cards, and metric callouts.

What it is

A flexible card component with variants for grids, icons, steps, media cards, and metric callouts.

When to use it

  • Feature cards
  • Process steps
  • Stats and metrics
  • Resource tiles

Important fields

card_variantheadersubheaderbodynum_valueimage_desktopCTA fields

Variants

Header body

Use card_variant or image_variant "header_body" when creating this row through the API or form.

Grid

Use card_variant or image_variant "grid" when creating this row through the API or form.

Icon

Use card_variant or image_variant "icon" when creating this row through the API or form.

Inline image

Use card_variant or image_variant "inline_image" when creating this row through the API or form.

Feature text

Use card_variant or image_variant "feature_text" when creating this row through the API or form.

Numbered step

Use card_variant or image_variant "numbered_step" when creating this row through the API or form.

Centered top icon

Use card_variant or image_variant "centered_top_icon" when creating this row through the API or form.

API example

{
  "type_of": "card",
  "header": "Card",
  "status": "active",
  "card_variant": "header_body"
}

Built-in rows use type_of. Custom Liquid template rows use template_id instead.