Testimonial
The testimonial section renders a blockquote with a quotee and an optional cite. The quotee can have a portrait, name, title, company, and logo.
The testimonial section renders a blockquote with a quotee and an optional cite. The quotee can have a portrait, name, title, company, and logo.
- sectionType: testimonial
containerTag: aside
classes: ''
id: ''
isDisabled: false
isReverse: false
containerFields:
inContainer: false
isAnimated: true
noMargin:
top: true
bottom: false
noPadding:
top: false
bottom: false
background:
color: 'var(--color-background-light)'
image: ''
imageScreen: 'none' # light, dark, none
quote:
text: "You've got to be very careful if you don't know where you are going, because you might not get there."
cite: 'https://en.wikipedia.org/wiki/Yogi_Berra'
quotee:
portrait:
src: '/assets/images/yogi-berra-baseball-great.jpg'
alt: "Lawrence Peter 'Yogi' Berra"
name: 'Yogi Berra'
title: 'Baseball Great'
company: 'New York Yankees'
logo: '/assets/images/new-york-yankees-logo.svg'
Property | Type | Required | Description |
---|---|---|---|
quote.text | string | Yes | The testimonial quote text |
quote.cite | string | No | Optional URL for quote citation |
Property | Type | Required | Description |
---|---|---|---|
quotee.portrait.src | string | No | Path to portrait image |
quotee.portrait.alt | string | No | Alt text for portrait image |
quotee.name | string | No | Name of the person quoted |
quotee.title | string | No | Job title or role |
quotee.company | string | No | Company or organization name |
quotee.logo | string | No | Path to company logo image |
Note: Background color is applied via containerFields.background.color
, this ensures that the background is applied across the whole viewport if inContainer: false