-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 1.1 KB
/
config.json
File metadata and controls
35 lines (35 loc) · 1.1 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
{
"name": "Data Entry Trigger Builder",
"namespace": "BCCHR\\DETBuilder",
"description": "An External Module that provides an interface to create a DET between a source and destination project.",
"authors": [
{
"name": "BCCHRI Software Development Team, original work by Ashley Lee",
"email": "dev-team@bcchr.ca",
"institution": "BC Children's Hospital Research Institute"
}
],
"links": {
"project": [
{
"name": "Data Entry Trigger Builder",
"url": "index.php",
"icon": "fas fa-wrench"
}
]
},
"system-settings": [
{
"key": "temp-folder",
"name": "Directory path to folder to temporarily store release notes. *Don't add a slash at the end",
"required": true,
"type": "text",
"super-users-only": true
}
],
"framework-version": 12,
"compatibility": {
"php-version-min": "8.1.0",
"redcap-version-min": "13.1.5"
}
}