Built-in row type
An image-oriented row for standalone media, captioned images, image sliders, or compact media plus text.
An image-oriented row for standalone media, captioned images, image sliders, or compact media plus text.
Use card_variant or image_variant "text" when creating this row through the API or form.
Use card_variant or image_variant "slider_item" when creating this row through the API or form.
Use card_variant or image_variant "caption" when creating this row through the API or form.
{
"type_of": "image",
"header": "Image",
"status": "active",
"image_variant": "text"
}Built-in rows use type_of. Custom Liquid template rows use template_id instead.