-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
46 lines (46 loc) · 875 Bytes
/
config.json
File metadata and controls
46 lines (46 loc) · 875 Bytes
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
{
"name": "LEAPConnector",
"namespace": "LEAP\\LEAPConnector",
"description": "This module connects REDCap databases to LEAP",
"documentation": "README.md",
"authors": [ {
"name": "Aditya Chinchure",
"email": "aditya.chinchure@alumni.ubc.ca",
"institution": "LEAP"
}
],
"permissions": [
"redcap_every_page_top"
],
"enable-every-page-hooks-on-system-pages":true,
"links": {
"control-center": [
{
"name": "LEAP External Module",
"icon": "application_go",
"url": "leapInfo.php"
}
]
},
"no-auth-pages": [
"getData",
"getQueryResult"
],
"project-settings": [
],
"system-settings": [
{
"key": "leap_auth_gen",
"name": "Generate Auth Token",
"type": "button",
"url":
{
"name": "Generate",
"value": "generatekey.php"
}
}
],
"compatibility": {
"redcap-version-min": "8.0.3"
}
}