Built-in row type
A flexible card component with variants for grids, icons, steps, media cards, and metric callouts.
A flexible card component with variants for grids, icons, steps, media cards, and metric callouts.
Use card_variant or image_variant "header_body" when creating this row through the API or form.
Use card_variant or image_variant "grid" when creating this row through the API or form.
Use card_variant or image_variant "icon" when creating this row through the API or form.
Use card_variant or image_variant "inline_image" when creating this row through the API or form.
Use card_variant or image_variant "feature_text" when creating this row through the API or form.
Use card_variant or image_variant "numbered_step" when creating this row through the API or form.
Use card_variant or image_variant "centered_top_icon" when creating this row through the API or form.
{
"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.