- Available Since
- 1.4-M3
Properties
| name |
data type |
description |
| baseUrl
|
string
|
|
| buildNumber
|
string
|
|
| cookieInformation
|
CookieInformation
|
|
| copyrightRange
|
string
|
|
| devMode
|
boolean
|
|
| javascriptLog
|
boolean
|
|
| logMissingI18n
|
boolean
|
|
| timestamp
|
number
|
|
| timestampStr
|
string
|
|
| version
|
string
|
|
Example
{
"devMode" : true,
"javascriptLog" : true,
"version" : "...",
"buildNumber" : "...",
"timestamp" : 12345.0,
"copyrightRange" : "...",
"logMissingI18n" : true,
"baseUrl" : "...",
"timestampStr" : "...",
"cookieInformation" : {
"path" : "...",
"domain" : "...",
"secure" : "...",
"timeout" : "...",
"rememberMeEnabled" : true
}
}