eyebrow_text
, headline
, subheadline
, and description.
headline
and subheadline
please be sure to set the proper HTML tag to ensure SEO and accessibility best practices.{% include '@bolt-components-teaser/teaser.twig' with {
eyebrow_text: 'This is the eyebrow',
headline: {
text: 'This is the headline',
tag: 'h2',
size: 'xxlarge',
link_attributes: {
href: 'https://www.pega.com',
}
},
subheadline: {
text: 'This is the subheadline',
tag: 'h3',
size: 'xlarge',
},
description: {
content: 'This is the description.',
},
...
} only %}