generated from susom/redcap-em-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
75 lines (73 loc) · 2.08 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
{
"name": "Project Custom Charges",
"namespace": "Stanford\\CustomCharges",
"description": "This Module creates custom charges for a project. E.g. Twillio fees",
"documentation": "README.md",
"framework-version": 7,
"authors": [
{
"name": "Andrew Martin",
"email": "[email protected]",
"institution": "Stanford University"
},
{
"name": "Ihab Zeedia",
"email": "[email protected]",
"institution": "Stanford University"
}
],
"permissions": [
"redcap_module_link_check_display"
],
"enable-every-page-hooks-on-system-pages": false,
"links": {
"project": [
{
"name": "SUPERUSER: Add Custom Charge",
"key": "customCharges",
"icon": "redcap-logo-letter",
"url": "pages/customCharges.php",
"show-header-and-footer": true
}
],
"control-center": [
]
},
"no-auth-pages": [
],
"project-settings": [
{
"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"
},
{
"key": "em-project-id",
"name": "Project contains EM records",
"required": true,
"default": "16000",
"type": "text"
},
{
"key": "r2p2-dashboard-em",
"name": "R2P2 EM dashboard",
"required": true,
"type": "text"
}
],
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "",
"redcap-version-max": ""
}
}