generated from susom/redcap-em-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
98 lines (98 loc) · 2.36 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "YouthCheckReport",
"namespace": "Stanford\\YouthCheckReport",
"description": "A template for a REDCap External Module",
"documentation": "README.md",
"authors": [
{
"name": "Ihab Zeedia",
"email": "[email protected]",
"institution": "Stanford University"
}
],
"framework-version": 11,
"enable-every-page-hooks-on-system-pages": false,
"links": {
"project": [
{
"name": "Youth Check Report",
"key": "youthCheck",
"icon": "redcap-logo-letter",
"url": "pages/report.php",
"show-header-and-footer": true
}
],
"control-center": [
]
},
"auth-ajax-actions": [
"get_record"
],
"enable-ajax-logging": true,
"no-auth-pages": [
],
"project-settings": [
{
"key": "forms",
"name": "<b>Form to be displayed on Report</b>",
"required": true,
"type": "sub_settings",
"repeatable": true,
"sub_settings": [
{
"key": "form",
"name": "<b>Select From</b><br/>",
"required": true,
"type": "form-list"
},
{
"key": "has-score",
"name": "Form has Score?",
"type": "dropdown",
"choices": [
{
"name": "No",
"value": "0"
},
{
"name": "Yes",
"value": "1"
}
]
},
{
"key": "score-field",
"name": "<b>Select Form Score Field</b><br/>",
"required": false,
"type": "field-list"
},
{
"key": "score-value",
"name": "<b>Threshold Score Value</b><br/>",
"required": false,
"type": "text"
}
]
},
{
"key": "enable-project-debug-logging",
"name": "<b>Enable Debug Logging</b><br><i>(optional)</i> Requires installation and configuration of emLogger",
"required": false,
"type": "checkbox"
}
],
"system-settings": [
{
"key": "enable-system-debug-logging",
"name": "<b>Enable Debug Logging (system-wide)</b><i>(optional)</i> Requires installation and configuration of emLogger",
"required": false,
"type": "checkbox"
}
],
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "",
"redcap-version-max": ""
}
}