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