Speakers
This is a block for showcasing the speakers.
About the Speakers
The Speakers block is used to showcase your speakers on a livepage.
In order to utilise this feature, you will have to create the agenda and speaker list under the Agenda app first. Think of the Agenda app as an “inlet” through which the speaker details are added, and the speaker block as being the “outlet” through which the details are displayed and made visible to the attendees.
Create a Speakers Block
To create a Speakers block, in the Venue Editor, click on "Add Blocks" button in the settings panel on the left, then choose "Speakers" under the Event Information category.
Block Settings
The main setting of the Speakers block is the Layout and Show which speakers? setting where you can apply your view, selection and sorting.
- Layout (Single-Card / Multi-Card)
- Show which speaker (All Speakers / Filtered List of Speakers or Manually Select Speakers)
Under Card Settings, you then can set the card size, padding and choose the displayed information of speakers (job title, company, bio)
JSON Config
Attributes
Name | Type | Description | Common to All |
---|---|---|---|
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 | |
String | “338px” Width to height ratio must be at least 1:1.3 Units can be: px, em, rem, %. | No | |
String | “2px” Units can be: px, em, rem, %. | No | |
String | 260px Units can be: px, em, rem, %. | No | |
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 | |
Enum | “inline” | “grid” | No | |
Integer | 1 | Yes | |
Enum | “all” | “filtered” | “list” | No | |
Enum | “firstname” | “lastname” | “jobTitle” | “company” | No | |
Enum | “ASC” | “DESC” | No | |
Boolean | true | No | |
Boolean | true | No | |
Boolean | true | No | |
String | ”[]” Must be a string of Array | No | |
Enum | Renders the block width styling based on the value selected. Only when “custom” is selected, | Yes |
Sample
"speakers-block": {
"type": "Speakers",
"title": "Speakers",
"data": {
"heading": "Speakers",
"title": "Speakers",
"headingVisibility": true,
"headingAlignment": "center",
"cardBoundingBox": true,
"cardHeight": "401px",
"cardPadding": "16px",
"cardWidth": "220px",
"fitCardHeightToContent": true,
"speakers": [],
"layout": "inline",
"showSpeakersType": "all",
"sortBy": "firstname",
"sortOrder": "ASC",
"speakerBioVisibility": true,
"speakerCompanyVisibility": true,
"speakerJobTitleVisibility": true,
"order": 5,
"alignment": "left",
"blockWidth": "100%",
"blockHeight": "fit-content",
"widthType": "full",
"fitHeightToContent": true,
"boundingBox": false,
"contentPadding": ["0", "0", "0", "0", "px"],
"contentMargin": ["32", "0", "0", "0", "px"]
}
}