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 |
---|---|---|---|---|
bio | String | Biography of speaker, in HTML format. Eg: β<p>Biography</p>β. | {{bio}} | window.GEVME.bio |
company | String | Company of speaker. | {{company}} | window.GEVME.company |
firstname | String | First name of speaker. | {{firstname}} | window.GEVME.firstname |
jobtitle | String | Job title of speaker. | {{jobtitle}} | window.GEVME.jobtitle |
lastname | String | Last name of speaker. | {{lastname}} | window.GEVME.lastname |
profilePhoto | String | URL of the speakerβs profile picture uploaded. | {{profilePhoto}} | window.GEVME.profilePhoto |