Sponsors
This block shows all the sponsors for the event.
About the Sponsors
The Sponsors block is used to showcase your sponsor's listing.
In order to utilise this feature, you will have to populate the information for Packages and Sponsors under the Sponsorship app first. Think of the Sponsorship app as an “inlet” through which the sponsor/exhibitor details are added, and the sponsors block as being the “outlet” through which the details are displayed and made visible to the attendees.
Creating a Sponsors Block
To create a Sponsors block, in the Venue Editor, click on "Add Blocks" button in the settings panel on the left, then choose "Sponsors" under the Event Information category.
Block Settings
The main setting of the Sponsor block is the Show which sponsors? setting where you can do your selection and sorting.
- Show which speaker (All Sponsors / Filtered List of Sponsors or Manually Select Sponsors)
To decide on the displayed information:
- Sorting
- Sponsor Information (Logo, Tagline, Name, Social media icons)
- Sponsor Bookmarking
- CTA (Text, Color, Open links to new windows)
- Theme (Dark, Light)
- Display (Card size, Number of rows, Card bounding and padding
JSON Config
Attributes
Name | Type | Description | Common to All |
---|---|---|---|
Boolean | false | No | |
String | “4” | No | |
String | The cover image that you would want to set as default for the block. Eg: “https://files-myxp.s3-ap-southeast-1.amazonaws.com/livestream/default_background/Light_BG_1.png” | Yes | |
Boolean | Does not allow popup to occur when this field is true. | Yes | |
Object | Refer here. | Yes | |
Boolean | Only render background image when this field is true. | Yes | |
String | Sets the height of the block, only useful when | Yes | |
Boolean | Determines if the | Yes | |
String | Only needs to be specified when | Yes | |
Boolean | Value of true would result in the block being wrapped with a white background. | Yes | |
Object | Refer here. | Yes | |
Array | [“0”, “0”, “0”, “0”, “px”]Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
String | [“0”, “0”, “0”, “0”, “px”] Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
Boolean | Setting this field to true would result in | Yes | |
String | “heading” | Yes | |
Enum | "center" | "left" | Yes | |
Boolean | true | Yes | |
Array | Refer here. | No | |
Boolean | false | No | |
Integer | 1 | Yes | |
String | “0px”. Units can be: px, em, rem, %. | No | |
Enum | Renders the block width styling based on the value selected. Only when “custom” is selected, | Yes |
Sample
"sponsors-block": {
"type": "ImageList",
"title": "Sponsors",
"data": {
"heading": "Sponsors",
"title": "Sponsors",
"headingVisibility": true,
"headingAlignment": "center",
"autoScrollEnabled": false,
"autoScrollTimeInterval": null,
"isSlideshow": false,
"spaceBetweenImages": "24px",
"images": [
{
"url": "https://venues-sdk.gevme.com/assets/sponsors/sample1.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/sponsors/sample2.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/sponsors/sample3.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/sponsors/sample4.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/sponsors/sample5.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/sponsors/sample6.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/sponsors/sample7.png"
}
],
"order": 7,
"alignment": "left",
"blockWidth": "100%",
"blockHeight": "178px",
"widthType": "full",
"fitHeightToContent": false,
"boundingBox": true,
"contentPadding": ["16", "16", "16", "16", "px"],
"contentMargin": ["56", "0", "0", "0", "px"]
}
}