This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremoteconfig.template.json
64 lines (64 loc) · 2.24 KB
/
remoteconfig.template.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"conditions": [
{
"name": "Admin Portal",
"expression": "app.id == '1:480114538491:web:62aac53817d2c43ba2bd5e'",
"tagColor": "INDIGO"
}
],
"parameters": {
"shown_tabs": {
"defaultValue": {
"value": "[\"Events\"]"
},
"valueType": "JSON"
},
"rn_scoreboard_mode": {
"defaultValue": {
"value": "{\"pointType\":\"spirit\",\"showIcons\":false,\"showTrophies\":true}"
},
"valueType": "JSON"
},
"login_mode": {
"defaultValue": {
"value": "[\"ms-oath-linkblue\",\"anonymous\"]"
},
"conditionalValues": {
"Admin Portal": {
"value": "[\"ms-oath-linkblue\"]"
}
},
"valueType": "JSON"
},
"countdowns": {
"defaultValue": {
"value": "[{\"title\":\"Test Countdown\",\"endTime\":1661153698}]"
},
"valueType": "JSON"
},
"notifications_debug_mode": {
"defaultValue": {
"value": "false"
},
"valueType": "BOOLEAN"
},
"dbfunds_sync_config": {
"defaultValue": {
"value": "{\"currentFiscalYears\":[\"2023\"]}"
},
"valueType": "JSON"
},
"valid_attributes": {
"defaultValue": {
"value": "{\"spiritTeamId\":{\"type\":\"string\"},\"spiritCaptain\":[{\"value\":true},{\"value\":false}],\"marathonAccess\":[{\"value\":true},{\"value\":false}],\"committeeRank\":[{\"value\":\"advisor\"},{\"value\":\"overall-chair\"},{\"value\":\"chair\"},{\"value\":\"coordinator\"},{\"value\":\"committee-member\"}],\"dbRole\":[{\"value\":\"public\"},{\"value\":\"team-member\"},{\"value\":\"committee\"}],\"committee\":[{\"value\":\"tech-committee\"},{\"value\":\"corporate-committee\"},{\"value\":\"community-relations-committee\"},{\"value\":\"dancer-relations-committee\"},{\"value\":\"family-relations-committee\"},{\"value\":\"fundraising-committee\"},{\"value\":\"marketing-committee\"},{\"value\":\"mini-marathons-committee\"},{\"value\":\"morale-committee\"},{\"value\":\"operations-committee\"},{\"value\":\"overall-committee\"},{\"value\":\"programming-committee\"}]}"
},
"valueType": "JSON"
},
"demo_mode_key": {
"defaultValue": {
"value": "Test Key 8748"
},
"valueType": "STRING"
}
}
}