-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json
46 lines (46 loc) · 994 Bytes
/
configuration.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
[
{
"key": "Baseuri",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "URL",
"placeholder": "https://aeries.customer.org/Parent",
"description": "",
"required": true
}
},
{
"key": "certificateKey",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Certificate Key",
"type": "password",
"placeholder": "",
"required": true
}
},
{
"key": "IncludeCodes",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Included Status Codes",
"placeholder": "",
"description": "Status codes to include in the import",
"required": false
}
},
{
"key": "ExcludeCodes",
"type": "input",
"defaultValue": "0,999",
"templateOptions": {
"label": "Excluded School Codes",
"placeholder": "",
"description": "School codes to exclude from the import",
"required": false
}
}
]