Blockquote Logo A home for a small, relevant image.
Important Notes: A rendered image should be passed into the logo.content property. The position of the logo can be changed based on the logo.position property.
Demo

Default Position


This is a blockquote component with logo.position set to top (default).

Bottom Position


This is a blockquote component with logo.position set to bottom.

Twig
{% include '@bolt-components-blockquote/blockquote.twig' with {
  content: 'This is a blockquote component.',
  logo: {
    content: paypal_logo,
    position: 'bottom',
  }
} only %}
HTML
Not available in plain HTML. Please use Twig.