-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
56 lines (43 loc) · 936 Bytes
/
config.json
File metadata and controls
56 lines (43 loc) · 936 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
47
48
49
50
51
52
53
54
55
56
{
"name": "Module Installer",
"namespace": "ICM\\ModuleInstaller",
"description": "Enables installing external modules from zip files, uploaded or fetched from an url.",
"documentation": "README.md",
"authors": [ {
"name": "Séverine Candelier",
"email": "severine.candelier@icm-institute.org",
"institution": "ICM - Paris Brain Institute"
}
],
"framework-version": 7,
"permissions": [
"redcap_module_system_disable"
],
"enable-every-page-hooks-on-system-pages":false,
"links": {
"project": [
],
"control-center": [
{
"name": "Module Installer",
"icon": "fas fa-cube fs14",
"url": "pages/index.php",
"show-header-and-footer": true
}
]
},
"no-auth-pages": [
],
"project-settings": [
],
"system-settings": [
],
"crons": [
],
"compatibility": {
"php-version-min": "7.4.0",
"php-version-max": "",
"redcap-version-min": "",
"redcap-version-max": ""
}
}