Description
List of all speakers available on the project.
JS Syntax
window.GEVME.speakers
Rebar Syntax
{{speakers}}
Type
Array of Objects
Name | Type | Description | Rebar Syntax | JS Syntax |
---|---|---|---|---|
String | Biography of speaker, in HTML format. Eg: β<p>Biography</p>β. | {{speakers.0.bio}} | window.GEVME.speakers[0].bio | |
String | Company of speaker. | {{speakers.0.company}} | window.GEVME.speakers[0].company | |
String | First name of speaker. | {{speakers.0.firstname}} | window.GEVME.speakers[0].firstname | |
String | Job title of speaker. | {{speakers.0.jobtitle}} | window.GEVME.speakers[0].jobtitle | |
String | Last name of speaker. | {{speakers.0.lastname}} | window.GEVME.speakers[0].lastname | |
String | URL of the speakerβs profile picture uploaded. | {{speakers.0.profilePhoto}} | window.GEVME.speakers[0].profilePhoto |