forked from BCCHR-IT/data-entry-trigger-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
48 lines (48 loc) · 1.64 KB
/
config.json
File metadata and controls
48 lines (48 loc) · 1.64 KB
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
{
"name": "Data Entry Trigger Builder (UBC Version)",
"namespace": "BCCHR\\DataEntryTriggerBuilder",
"description": "An External Module that provides an interface to create a DET between a source and destination project. This version is forked from the original version developed by the BC Children's Hospital Research Institute, and has been updated and published, with their permission. It has significant changes, so please make sure to read the README carefully.",
"authors": [
{
"name": "Ashley Lee",
"email": "ashley.lee@ubc.ca",
"institution": "University of British Columbia Faculty of Medicine - Digital Solutions"
}
],
"links": {
"project": [
{
"name": "Data Entry Trigger Builder",
"url": "form.php",
"icon": "fas fa-wrench"
}
]
},
"system-settings": [
{
"key": "system-from-email",
"name": "System From Email",
"required": true,
"type": "text",
"repeatable": false
},
{
"key": "system-contact-email",
"name": "System Contact Email",
"required": true,
"type": "text",
"repeatable": false
},
{
"key": "det-error-check-frequency",
"name": "Frequency to check for errors in a project's DET (in minutes)",
"required": true,
"type": "text"
}
],
"framework-version": 14,
"compatibility": {
"redcap-version-min": "13.7.11",
"php-version-min": "8.2.0"
}
}