Components
Logos
The Logos
component allows you to display a list of logos. It can be used to display a list of sponsors, partners, clients, etc.
Targets
Experience Builder SitesExample
Data Structure
{ title: string, logos: [ { name: string, src: string } ] }
title
- The title to display.logos
- List of logos to display. Each logo should be a map with the following format:name
- The name of the logo.src
- The URL of the image to display.