Overview
The list below shows the main Rebar Merge Tags:
Rebar Syntax | Type | Description | Name |
---|---|---|---|
{{venue.description}} | String | Description of the venue in use. | description |
{{agenda.0.endTime}} | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | endTime |
{{agenda.0.logos}} | String | URL of the logos. | logos |
{{venue.name}} | String | The name of the venue. | name |
{{agenda.0.projectShowcase.showcaseSlug}} | String | Session livepage of the agenda, appended with a token to ensure value is unique. Eg: Session Livepage: Project –> showcaseSlug: Project-cbdnxU80. | projectShowcase.showcaseSlug |
{{agenda.0.speakers}} | Array of Objects | Speakers that are relevant to the agenda on a specific livepage. For full description, click here. | speakers |
{{agenda.0.startTime}} | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | startTime |
{{project.baseUrl}} | String | [Deprecated] Represents the URL to the folder of template being loaded | baseUrl |
{{project.partials}} | Object | List of HTML codes for partials which are used for rendering preset components on the page, the keys are the name of the html files. | partials |
{{setting.backgroundImage}} | String | The URL of background image. | backgroundImage |
{{livepage.hasCustomBackground}} | Boolean | Under livepage settings, if Use a custom background image is selected, this field will be true. | hasCustomBackground |
{{livepage.hasCustomLogo}} | Boolean | Similar to hasCustomBackground. | hasCustomLogo |
{{venue.id}} | String | The ID of the venue. | id |
{{livepage.isPublic}} | Boolean | Indicates whether the livepage is public. | isPublic |
{{livepage.isPublished}} | Boolean | Indicates whether the livepage is published. | isPublished |
{{sponsor.logo}} | String | Logo of the company that sponsors. | logo |
{{livepage.showcaseblocksweight}} | Array of Objects | Similar to showcaseblocks. However, the main difference is that for showcaseblocks, the type is in array of objects, with all the showcaseblocks being ordered based on how they are configured. | showcaseblocksweight |
{{livepage.showcaseblocks}} | Object | Shows all the details about each block in the livepage. One example for Rich Text block is shown here. You may refer to other block types under Experience JSON tab. | showcaseblocks |
{{livepage.slug}} | String | The uniquely identifiable URL slug of the livepage. To generate the full URL of a page, you can use:
Rebar Syntax:
{{project.rootUrl}} /{{livepage.slug}}
Javascript Syntax:
window.GEVME.project.rootURL + "/" + window.GEVME.livepage.slug | slug |
{{livepage.title}} | String | The title of the livepage. | title |
{{project.baseUrl}} | String | [Deprecated] Represents the URL to the folder of template being loaded | baseUrl |
{{project.companyId}} | String | The ID of the company. | companyId |
{{venue.id}} | String | The ID of the venue. | id |
{{venue.name}} | String | The name of the venue. | name |
{{project.partials}} | Object | List of HTML codes for partials which are used for rendering preset components on the page, the keys are the name of the html files. | partials |
{{project.rootUrl}} | String | The root URL of a project. Eg. www.gevme.com/page or customdomain.com/page .
Does not end with backslash. | rootUrl |
{{setting.backgroundImage}} | String | The URL of background image. | backgroundImage |
{{setting.customDomain}} | String | URL of the custom domain. | customDomain |
enabled | |||
{{setting.header}} | Object | Contains attributes for header settings. | header |
{{setting.livebar.closable}} | Boolean | closable | |
enabled | |||
{{setting.livebar.positionLeft}} | Boolean | positionLeft | |
{{setting.livebar.positionRight}} | Boolean | positionRight | |
{{setting.livebar}} | Object | Contains attributes for livebar settings. | livebar |
{{setting.loginOption.custom}} | Object | custom | |
email | |||
{{setting.loginOption.google}} | Boolean | google | |
{{setting.loginOption.microsoft}} | Boolean | microsoft | |
{{setting.loginOption.sharedPassword.enable}} | Boolean | sharedPassword.enable | |
{{setting.loginOption.sharedPassword.value}} | Array of Objects | sharedPassword.value | |
{{setting.loginOption.sharedPassword}} | Object | sharedPassword | |
{{setting.loginOption.sms}} | Boolean | sms | |
{{setting.loginOption}} | Object | Contains attributes for login options. | loginOption |
{{sponsor.logo}} | String | Logo of the company that sponsors. | logo |
{{setting.registrationUrl}} | String | registrationUrl | |
{{setting.textColor}} | String | Hex code for the default text color. | textColor |
{{speakers.0.bio}} | String | Biography of speaker, in HTML format. Eg: “<p>Biography</p>”. | bio |
{{user.company}} | String | Company of user. | company |
{{user.firstname}} | String | First name of user. | firstname |
{{user.jobTitle}} | String | Job title of user. | jobTitle |
{{user.lastname}} | String | Last name of user. | lastname |
{{speakers.0.profilePhoto}} | String | URL of the speaker’s profile picture uploaded. | profilePhoto |
{{sponsor.code}} | String | Unique ID when creating the sponsorship company. | code |
{{sponsor.custom1}} | String | Custom fields that the company would want to add in the sponsorship. | custom1 |
{{sponsor.custom2}} | String | Custom fields that the company would want to add in the sponsorship. | custom2 |
{{sponsor.custom3}} | String | Custom fields that the company would want to add in the sponsorship. | custom3 |
{{sponsor.custom4}} | String | Custom fields that the company would want to add in the sponsorship. | custom4 |
{{sponsor.custom5}} | String | Custom fields that the company would want to add in the sponsorship. | custom5 |
{{venue.description}} | String | Description of the venue in use. | description |
{{venue.id}} | String | The ID of the venue. | id |
{{sponsor.isBookmarked}} | Boolean | Checks if the sponsorship is bookmarked. | isBookmarked |
{{sponsor.logo}} | String | Logo of the company that sponsors. | logo |
{{venue.name}} | String | The name of the venue. | name |
{{user.projectId}} | String | Project ID related to the event. | projectId |
{{sponsor.socialMediaLinks.0.label}} | String | label | |
type | |||
{{sponsor.socialMediaLinks.0.url}} | String | url | |
{{sponsor.socialMediaLinks}} | Array of Objects | Any social media links such as Twitter, Instagram, Website, etc. Full for description, click here. | socialMediaLinks |
{{sponsor.sponsorPackageId}} | String | If sponsorship is linked to any package, sponsorPackageId will contain the id of the package. | sponsorPackageId |
{{sponsor.tagline}} | String | Optional tagline for the company. | tagline |
{{template.baseURL}} | String | Base URL of folder to template | baseURL |
{{venue.name}} | String | The name of the venue. | name |
{{user.company}} | String | Company of user. | company |
email | |||
{{user.firstname}} | String | First name of user. | firstname |
{{venue.id}} | String | The ID of the venue. | id |
{{user.jobTitle}} | String | Job title of user. | jobTitle |
{{user.lastname}} | String | Last name of user. | lastname |
{{user.projectId}} | String | Project ID related to the event. | projectId |
{{venue.active}} | Integer | active | |
{{venue.description}} | String | Description of the venue in use. | description |
{{venue.experience}} | Object | Contains attributes for the experience being used. | experience |
{{widgets.0.features}} | Array of Objects | Each type of widget has multiple features. For example, live-bar widget has 7 different features whereas a header widget has only 3 features. | features |
{{venue.gallery}} | Array of Strings | List of sample preview pictures of the venue. | gallery |
{{venue.goodFor}} | String | Suggested usage of the venue. | goodFor |
{{venue.id}} | String | The ID of the venue. | id |
{{venue.isEditable}} | Integer | isEditable | |
{{venue.name}} | String | The name of the venue. | name |
{{venue.sdkBaseUrl}} | String | The URL of sdk. | sdkBaseUrl |
{{venue.source}} | String | Source of the venue. e.g.”github”. | source |
{{venue.thumbnail}} | String | The URL of the thumbnail image file. | thumbnail |
type | |||
{{venue.version}} | String | The version number of the venue. | version |
enabled | |||
{{widgets.0.featuresOrdering}} | Boolean | Indicates if the list of features are being ordered in the array. | featuresOrdering |
{{widgets.0.features}} | Array of Objects | Each type of widget has multiple features. For example, live-bar widget has 7 different features whereas a header widget has only 3 features. | features |
{{widgets.0.inputs}} | Array of Objects | inputs | |
{{widgets.0.options}} | Array | options | |
{{widgets.0.position}} | String | Field is only available when widget is of type: “live-bar”. Position can be “right” or “left”, etc. | position |
{{widgets.0.widget}} | String | There are 3 types of widgets: “live-bar”, “header”, and “menus”. | widget |
Reference List
The table below lists all the Rebar Merge Tags:
Rebar Syntax | Type | Description | Name |
---|---|---|---|
{{venue.description}} | String | Description of the venue in use. | description |
{{agenda.0.endTime}} | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | endTime |
{{agenda.0.logos}} | String | URL of the logos. | logos |
{{venue.name}} | String | The name of the venue. | name |
{{agenda.0.projectShowcase.showcaseSlug}} | String | Session livepage of the agenda, appended with a token to ensure value is unique. Eg: Session Livepage: Project –> showcaseSlug: Project-cbdnxU80. | projectShowcase.showcaseSlug |
{{agenda.0.speakers}} | Array of Objects | Speakers that are relevant to the agenda on a specific livepage. For full description, click here. | speakers |
{{agenda.0.startTime}} | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | startTime |
{{project.baseUrl}} | String | [Deprecated] Represents the URL to the folder of template being loaded | baseUrl |
{{project.partials}} | Object | List of HTML codes for partials which are used for rendering preset components on the page, the keys are the name of the html files. | partials |
{{setting.backgroundImage}} | String | The URL of background image. | backgroundImage |
{{livepage.hasCustomBackground}} | Boolean | Under livepage settings, if Use a custom background image is selected, this field will be true. | hasCustomBackground |
{{livepage.hasCustomLogo}} | Boolean | Similar to hasCustomBackground. | hasCustomLogo |
{{venue.id}} | String | The ID of the venue. | id |
{{livepage.isPublic}} | Boolean | Indicates whether the livepage is public. | isPublic |
{{livepage.isPublished}} | Boolean | Indicates whether the livepage is published. | isPublished |
{{sponsor.logo}} | String | Logo of the company that sponsors. | logo |
{{livepage.showcaseblocksweight}} | Array of Objects | Similar to showcaseblocks. However, the main difference is that for showcaseblocks, the type is in array of objects, with all the showcaseblocks being ordered based on how they are configured. | showcaseblocksweight |
{{livepage.showcaseblocks}} | Object | Shows all the details about each block in the livepage. One example for Rich Text block is shown here. You may refer to other block types under Experience JSON tab. | showcaseblocks |
{{livepage.slug}} | String | The uniquely identifiable URL slug of the livepage. To generate the full URL of a page, you can use:
Rebar Syntax:
{{project.rootUrl}} /{{livepage.slug}}
Javascript Syntax:
window.GEVME.project.rootURL + "/" + window.GEVME.livepage.slug | slug |
{{livepage.title}} | String | The title of the livepage. | title |
{{project.baseUrl}} | String | [Deprecated] Represents the URL to the folder of template being loaded | baseUrl |
{{project.companyId}} | String | The ID of the company. | companyId |
{{venue.id}} | String | The ID of the venue. | id |
{{venue.name}} | String | The name of the venue. | name |
{{project.partials}} | Object | List of HTML codes for partials which are used for rendering preset components on the page, the keys are the name of the html files. | partials |
{{project.rootUrl}} | String | The root URL of a project. Eg. www.gevme.com/page or customdomain.com/page .
Does not end with backslash. | rootUrl |
{{setting.backgroundImage}} | String | The URL of background image. | backgroundImage |
{{setting.customDomain}} | String | URL of the custom domain. | customDomain |
enabled | |||
{{setting.header}} | Object | Contains attributes for header settings. | header |
{{setting.livebar.closable}} | Boolean | closable | |
enabled | |||
{{setting.livebar.positionLeft}} | Boolean | positionLeft | |
{{setting.livebar.positionRight}} | Boolean | positionRight | |
{{setting.livebar}} | Object | Contains attributes for livebar settings. | livebar |
{{setting.loginOption.custom}} | Object | custom | |
email | |||
{{setting.loginOption.google}} | Boolean | google | |
{{setting.loginOption.microsoft}} | Boolean | microsoft | |
{{setting.loginOption.sharedPassword.enable}} | Boolean | sharedPassword.enable | |
{{setting.loginOption.sharedPassword.value}} | Array of Objects | sharedPassword.value | |
{{setting.loginOption.sharedPassword}} | Object | sharedPassword | |
{{setting.loginOption.sms}} | Boolean | sms | |
{{setting.loginOption}} | Object | Contains attributes for login options. | loginOption |
{{sponsor.logo}} | String | Logo of the company that sponsors. | logo |
{{setting.registrationUrl}} | String | registrationUrl | |
{{setting.textColor}} | String | Hex code for the default text color. | textColor |
{{speakers.0.bio}} | String | Biography of speaker, in HTML format. Eg: “<p>Biography</p>”. | bio |
{{user.company}} | String | Company of user. | company |
{{user.firstname}} | String | First name of user. | firstname |
{{user.jobTitle}} | String | Job title of user. | jobTitle |
{{user.lastname}} | String | Last name of user. | lastname |
{{speakers.0.profilePhoto}} | String | URL of the speaker’s profile picture uploaded. | profilePhoto |
{{sponsor.code}} | String | Unique ID when creating the sponsorship company. | code |
{{sponsor.custom1}} | String | Custom fields that the company would want to add in the sponsorship. | custom1 |
{{sponsor.custom2}} | String | Custom fields that the company would want to add in the sponsorship. | custom2 |
{{sponsor.custom3}} | String | Custom fields that the company would want to add in the sponsorship. | custom3 |
{{sponsor.custom4}} | String | Custom fields that the company would want to add in the sponsorship. | custom4 |
{{sponsor.custom5}} | String | Custom fields that the company would want to add in the sponsorship. | custom5 |
{{venue.description}} | String | Description of the venue in use. | description |
{{venue.id}} | String | The ID of the venue. | id |
{{sponsor.isBookmarked}} | Boolean | Checks if the sponsorship is bookmarked. | isBookmarked |
{{sponsor.logo}} | String | Logo of the company that sponsors. | logo |
{{venue.name}} | String | The name of the venue. | name |
{{user.projectId}} | String | Project ID related to the event. | projectId |
{{sponsor.socialMediaLinks.0.label}} | String | label | |
type | |||
{{sponsor.socialMediaLinks.0.url}} | String | url | |
{{sponsor.socialMediaLinks}} | Array of Objects | Any social media links such as Twitter, Instagram, Website, etc. Full for description, click here. | socialMediaLinks |
{{sponsor.sponsorPackageId}} | String | If sponsorship is linked to any package, sponsorPackageId will contain the id of the package. | sponsorPackageId |
{{sponsor.tagline}} | String | Optional tagline for the company. | tagline |
{{template.baseURL}} | String | Base URL of folder to template | baseURL |
{{venue.name}} | String | The name of the venue. | name |
{{user.company}} | String | Company of user. | company |
email | |||
{{user.firstname}} | String | First name of user. | firstname |
{{venue.id}} | String | The ID of the venue. | id |
{{user.jobTitle}} | String | Job title of user. | jobTitle |
{{user.lastname}} | String | Last name of user. | lastname |
{{user.projectId}} | String | Project ID related to the event. | projectId |
{{venue.active}} | Integer | active | |
{{venue.description}} | String | Description of the venue in use. | description |
{{venue.experience}} | Object | Contains attributes for the experience being used. | experience |
{{widgets.0.features}} | Array of Objects | Each type of widget has multiple features. For example, live-bar widget has 7 different features whereas a header widget has only 3 features. | features |
{{venue.gallery}} | Array of Strings | List of sample preview pictures of the venue. | gallery |
{{venue.goodFor}} | String | Suggested usage of the venue. | goodFor |
{{venue.id}} | String | The ID of the venue. | id |
{{venue.isEditable}} | Integer | isEditable | |
{{venue.name}} | String | The name of the venue. | name |
{{venue.sdkBaseUrl}} | String | The URL of sdk. | sdkBaseUrl |
{{venue.source}} | String | Source of the venue. e.g.”github”. | source |
{{venue.thumbnail}} | String | The URL of the thumbnail image file. | thumbnail |
type | |||
{{venue.version}} | String | The version number of the venue. | version |
enabled | |||
{{widgets.0.featuresOrdering}} | Boolean | Indicates if the list of features are being ordered in the array. | featuresOrdering |
{{widgets.0.features}} | Array of Objects | Each type of widget has multiple features. For example, live-bar widget has 7 different features whereas a header widget has only 3 features. | features |
{{widgets.0.inputs}} | Array of Objects | inputs | |
{{widgets.0.options}} | Array | options | |
{{widgets.0.position}} | String | Field is only available when widget is of type: “live-bar”. Position can be “right” or “left”, etc. | position |
{{widgets.0.widget}} | String | There are 3 types of widgets: “live-bar”, “header”, and “menus”. | widget |