forked from vanderbilt-redcap/TIN-Budget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
69 lines (57 loc) · 1.35 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "Institutional Budget",
"namespace": "Vanderbilt\\InstituteBudget",
"description": "This module was designed to facilitate budget creation and evaluation for coordinating centers and external sites.",
"documentation": "README.md",
"authors": [
{
"name": "Hannah Tompkins",
"email": "datacore.vumc.org",
"institution": "Vanderbilt University Medical Center"
}
],
"permissions": [
],
"links": {
"project": [],
"control-center": []
},
"no-auth-pages": [
"php/downloadProceduresWorkbook",
"php/saveArmFields"
],
"system-settings": [],
"project-settings": [
{
"key": "budget_table_field",
"name": "Field to contain schedule of event table data",
"required": true,
"type": "field-list"
},
{
"key": "gonogo_table_field",
"name": "Field to contain interested site Go/No-Go table data",
"required": true,
"type": "field-list"
},
{
"key": "summary_review_field",
"name": "Field to be replaced with Summary Review report",
"required": true,
"type": "field-list"
},
{
"key": "enable_email_logging",
"name": "Log extra email handling information to the Project Logging page.",
"type": "checkbox"
}
],
"crons": [],
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "",
"redcap-version-max": ""
},
"framework-version": 6
}