Skip to Content
BannersListblockBanner

ListblockBanner

Text list block with optional subline.

Includes the common banner props.

listblock preview

Props

id
string
required

CMS id.

subline
Maybe<string>

Optional short intro line.

items
string[]
required

List items rendered in order.

noMargin
boolean
required

If true, renderer removes default outer spacing.

Example

const banner: ListblockBanner = { typename: BannerTypename.Listblock, id: 'b_123', title: 'Advantages', titleTag: 'h2', titleAlign: 'left', cssId: null, cssClasses: null, subline: 'Why choose us', items: ['Fast', 'Transparent', 'Secure'], noMargin: false };
Last updated on