-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
58 lines (58 loc) · 1.56 KB
/
config.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
{
"name": "Tube Label Generator",
"description": "Module description",
"namespace": "TLG\\ExternalModule",
"framework-version": 15,
"authors": [
{
"name": "University of Florida CTS-IT",
"email": "CTSIT-REDCAP-MODULE-SUPPO@LISTS.UFL.EDU",
"institution": "University of Florida - CTSI"
}
],
"system-settings": [
],
"project-settings": [
{
"key": "input_base",
"name": "Input base",
"type": "text"
},
{
"key": "output_base",
"name": "Output base",
"type": "text"
},
{
"key": "ptid_field",
"name": "Subject ID (ptid) field",
"type": "field-list",
"required": true,
"repeatable": false,
"autocomplete": true
},
{
"key": "visit_num_field",
"name": "Visit number field",
"type": "field-list",
"required": true,
"repeatable": false,
"autocomplete": true
}
],
"links": {
"project": [
{
"name": "Tube Label Generator Help",
"icon": "fas fa-circle-info",
"url": "help.php",
"show-header-and-footer": true
}
]
},
"auth-ajax-actions": ["generateTubeLabels", "getDataForPtidDropdown", "getDataForVisitDropdown"],
"compatibility": {
"redcap-version-min": "14.0.2",
"php-version-min": "8.0.0"
}
}