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.

Configuration

- 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'

Configuration Options

Quote Content

PropertyTypeRequiredDescription
quote.textstringYesThe testimonial quote text
quote.citestringNoOptional URL for quote citation

Quotee Information

PropertyTypeRequiredDescription
quotee.portrait.srcstringNoPath to portrait image
quotee.portrait.altstringNoAlt text for portrait image
quotee.namestringNoName of the person quoted
quotee.titlestringNoJob title or role
quotee.companystringNoCompany or organization name
quotee.logostringNoPath 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