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 |
|---|---|---|---|---|
| syncInterval |
1.20 |
|
0 |
Optional |
| showEmptyGroups |
1.29 |
|
false |
Optional |
| groups |
1.29 |
|
[] |
Optional |
| defaultView |
1.23 |
|
Tiles |
Optional |
| uiLanguages |
1.20 |
|
null |
Optional |
| reloadPageOnFocus |
1.28 |
|
true |
Optional |
| upcomingMessageDisplayOffset |
1.22 |
|
14 |
Optional |
Example
JavaScript
IBI.aws.settings =
{
"syncInterval": 30,
"uiLanguages":[
"de",
"en",
"es",
"fr",
"it"
],
"defaultView": "Table"
};