-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.json
40 lines (40 loc) · 1.2 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
{
"name": "REDCap Entity API",
"namespace": "REDCapEntity\\ExternalModule",
"description": "Provides an API to design, store and manage novel data types in REDCap. <strong><a href=\"https://github.com/ctsit/redcap_entity\">See full documentation here</a></strong>.",
"permissions": [
"redcap_every_page_before_render",
"redcap_every_page_top",
"redcap_module_system_enable"
],
"authors": [
{
"name": "Philip Chase",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
},
{
"name": "Taryn Stoffs",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
},
{
"name": "Kyle Chesney",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
}
],
"enable-every-page-hooks-on-system-pages": true,
"compatibility": {
"redcap-version-min": "8.7.0"
},
"links": {
"control-center": [
{
"name": "Entity DB Manager",
"icon": "database_table",
"url": "manager/schema.php"
}
]
}
}