🖲️

Rebar Objects

NameTypeDescriptionRebar SyntaxJS Syntax
bio
String
Biography of speaker, in HTML format. Eg: “<p>Biography</p>”.
{{speakers.0.bio}}
window.GEVME.speakers[0].bio
company
String
Company of speaker.
{{speakers.0.company}}
window.GEVME.speakers[0].company
firstname
String
First name of speaker.
{{speakers.0.firstname}}
window.GEVME.speakers[0].firstname
jobtitle
String
Job title of speaker.
{{speakers.0.jobtitle}}
window.GEVME.speakers[0].jobtitle
lastname
String
Last name of speaker.
{{speakers.0.lastname}}
window.GEVME.speakers[0].lastname
profilePhoto
String
URL of the speaker’s profile picture uploaded.
{{speakers.0.profilePhoto}}
window.GEVME.speakers[0].profilePhoto