Settings
The file settings.js is used to configure the IBI-aws WebClient. The following configurations are currently available:
Setting | Available from version | Data type | Default value | Necessity |
---|---|---|---|---|
defaultView | 1.23 |
| Tiles | Optional |
groups | 1.29 |
| [] | Optional |
reloadPageOnFocus | 1.28 |
| true | Optional |
showEmptyGroups | 1.29 |
| false | Optional |
syncInterval | 1.20 |
| 0 | Optional |
uiLanguages | 1.20 |
| null | Optional |
upcomingMessageDisplayOffset | 1.22 |
| 14 | Optional |
Example
JS
IBI.aws.settings =
{
"syncInterval": 30,
"uiLanguages":[
"de",
"en",
"es",
"fr",
"it"
],
"defaultView": "Table"
};