Skip to main content

MediaCardVimeoBlock

Overview

MediaCardVimeoBlock represents a media-rich card that features Vimeo video content along with text, call-to-action elements, and optional media. This block type is commonly used for showcasing promotions or informational content with embedded Vimeo videos.

Attributes

id

type: string

A unique identifier for the media card block.

type

type: literal = 'mediaCardVimeo'

Discriminant for this block type.

ariaLabel

type: string (optional)

Accessibility label for the media card block.

eyebrowText

type: object (optional)

An optional eyebrow text object with the following structure:

  • text: string (optional)
  • format: literal = 'markdown' | 'html' (optional)

type: object (optional)

The header content for the media card, with the following structure:

  • text: string (optional)
  • format: literal = 'markdown' | 'html' (optional)

subcopy

type: object (optional)

The subcopy content for the media card, with the following structure:

  • text: string (optional)
  • format: literal = 'markdown' | 'html' (optional)

ctas

type: CtaBlock[] (optional)

A list of call-to-action elements.

type: CtaBlock[] (optional)

A list of link elements.

type: LinkItemBlock[] (optional)

A list of image-based link elements.

variants

type: Variants (optional)

Defines the layout and visual variants for the media card.

textColor

type: TextColorOptions (optional)

Specifies the text color for the media card.

media

type: Media (optional)

The media asset associated with the media card.

vimeo

type: VimeoVideo (optional)

The Vimeo video content associated with the media card.