Description
Contains settings of the current livepage.
JS Syntax
window.GEVME.setting
Rebar Syntax
{{setting}}
Type
Object
Name | Type | Description | Rebar Syntax | JS Syntax |
---|---|---|---|---|
backgroundImage | String | The URL of background image. | {{backgroundImage}} | window.GEVME.backgroundImage |
closable | Boolean | {{closable}} | window.GEVME.closable | |
custom | Object | {{custom}} | window.GEVME.custom | |
customDomain | String | URL of the custom domain. | {{customDomain}} | window.GEVME.customDomain |
email | Boolean | {{email}} | window.GEVME.email | |
enabled | Boolean | {{enabled}} | window.GEVME.enabled | |
enabled | Boolean | {{enabled}} | window.GEVME.enabled | |
google | Boolean | {{google}} | window.GEVME.google | |
header | Object | Contains attributes for header settings. | {{header}} | window.GEVME.header |
livebar | Object | Contains attributes for livebar settings. | {{livebar}} | window.GEVME.livebar |
loginOption | Object | Contains attributes for login options. | {{loginOption}} | window.GEVME.loginOption |
logo | String | The URL of the logo file. | {{logo}} | window.GEVME.logo |
microsoft | Boolean | {{microsoft}} | window.GEVME.microsoft | |
positionLeft | Boolean | {{positionLeft}} | window.GEVME.positionLeft | |
positionRight | Boolean | {{positionRight}} | window.GEVME.positionRight | |
registrationUrl | String | {{registrationUrl}} | window.GEVME.registrationUrl | |
sharedPassword | Object | {{sharedPassword}} | window.GEVME.sharedPassword | |
sharedPassword.enable | Boolean | {{sharedPassword.enable}} | window.GEVME.sharedPassword.enable | |
sharedPassword.value | Array of Objects | {{sharedPassword.value}} | window.GEVME.sharedPassword.value | |
sms | Boolean | {{sms}} | window.GEVME.sms | |
textColor | String | Hex code for the default text color. | {{textColor}} | window.GEVME.textColor |