🖲️

Rebar Objects

NameTypeDescriptionRebar SyntaxJS 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