1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[
{
"type": "checkboxgroup",
"messageKey": "enabled_extensions",
"label": "Shown Extensions",
"descriptions": "Choose the extensions for which events should be displayed in the watch app",
"defaultValue": [
true, true, true, true, true, true,
true, true, true, true, true, true
],
"options": [
"Core",
"Living World Season 1",
"Living World Season 2",
"Living World Season 3",
"Living World Season 4",
"Icebrood Saga",
"Heart of Thorns",
"Path of Fire",
"End of Dragons",
"Secrets of the Obscure",
"Janthir Wilds",
"Visions of Eternity"
]
},
{
"type": "submit",
"defaultValue": "Save"
}
]
|