Description
The sponsor currently active for this page.
JS Syntax
window.GEVME.sponsor
Rebar Syntax
{{sponsor}}
Type
Object
Name | Type | Description | Rebar Syntax | JS Syntax |
---|---|---|---|---|
code | String | Unique ID when creating the sponsorship company. | {{sponsor.code}} | window.GEVME.sponsor.code |
custom1 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom1}} | window.GEVME.sponsor.custom1 |
custom2 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom2}} | window.GEVME.sponsor.custom2 |
custom3 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom3}} | window.GEVME.sponsor.custom3 |
custom4 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom4}} | window.GEVME.sponsor.custom4 |
custom5 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom5}} | window.GEVME.sponsor.custom5 |
description | String | Description for the company. | {{sponsor.description}} | window.GEVME.sponsor.description |
id | String | Id of the company sponsor. | {{sponsor.id}} | window.GEVME.sponsor.id |
isBookmarked | Boolean | Checks if the sponsorship is bookmarked. | {{sponsor.isBookmarked}} | window.GEVME.sponsor.isBookmarked |
label | String | {{sponsor.socialMediaLinks.0.label}} | window.GEVME.sponsor.socialMediaLinks[0].label | |
logo | String | Logo of the company that sponsors. | {{sponsor.logo}} | window.GEVME.sponsor.logo |
name | String | Name of the company that sponsors. | {{sponsor.name}} | window.GEVME.sponsor.name |
projectId | String | Project ID of this sponsorship. | {{sponsor.projectId}} | window.GEVME.sponsor.projectId |
socialMediaLinks | Array of Objects | Any social media links such as Twitter, Instagram, Website, etc. Full for description, click here. | {{sponsor.socialMediaLinks}} | window.GEVME.sponsor.socialMediaLinks |
sponsorPackageId | String | If sponsorship is linked to any package, sponsorPackageId will contain the id of the package. | {{sponsor.sponsorPackageId}} | window.GEVME.sponsor.sponsorPackageId |
tagline | String | Optional tagline for the company. | {{sponsor.tagline}} | window.GEVME.sponsor.tagline |
type | String | {{sponsor.socialMediaLinks.0.type}} | window.GEVME.sponsor.socialMediaLinks[0].type | |
url | String | {{sponsor.socialMediaLinks.0.url}} | window.GEVME.sponsor.socialMediaLinks[0].url |