]>
Commit | Line | Data |
---|---|---|
224d48e3 JF |
1 | { |
2 | items = ( | |
3 | { | |
4 | cell = PSSwitchCell; | |
5 | key = ArbitrarySetting; | |
6 | label = "Arbitrary Switch 1"; | |
7 | }, | |
8 | { | |
9 | cell = PSSwitchCell; | |
10 | key = ArbitrarySettingTwo; | |
11 | label = "Arbitrary Switch 2"; | |
12 | negate = 1; | |
13 | }, | |
14 | { | |
15 | cell = PSSwitchCell; | |
16 | default = 1; | |
17 | key = ArbitrarySettingThree; | |
18 | label = "Arbitrary Switch 3"; | |
19 | }, | |
20 | { | |
21 | cell = PSSwitchCell; | |
22 | default = 0; | |
23 | key = ArbitrarySettingFour; | |
24 | label = "Arbitrary Switch 4"; | |
25 | }, | |
26 | { | |
27 | cell = PSGroupCell; | |
28 | }, | |
29 | { | |
30 | cell = PSLinkCell; | |
31 | detail = WBSThemesController; | |
32 | icon = Themes.png; | |
33 | label = Themes; | |
34 | } | |
35 | ); | |
36 | title = WinterBoard; | |
37 | } |