-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
57 lines (52 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Big Data Import",
"namespace": "Vanderbilt\\BigDataImportExternalModule",
"framework-version": 5,
"authors": [
{
"name": "Eva Bascompte Moragas",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
}
],
"permissions": ["hook_every_page_before_render"],
"links": {
"project": [
{
"name": "Big Data Import",
"icon": "database_table",
"url": "import.php",
"show-header-and-footer": true
}
]
},
"description": "This tool helps import one or more big CSV files without the need to split them.",
"project-settings": [
{
"key": "import-email",
"name": "List of emails, <b>separated by commas</b> <br/>to send the notification to once the import has finished",
"type": "textarea"
},
{
"key": "import-from",
"name": "Sender email (by default <b>[email protected]</b>)",
"type": "text"
},
{
"key": "reset-em-data",
"name": "<b>Reset module data</b><br><i><span style='color:red'>*Warning: This action cannot be undone</span></i>",
"type": "button",
"url":
{
"name": "Reset",
"value": "resetModuleData.php"
}
}
],
"compatibility": {
"php-version-min": "7.3.29",
"php-version-max": "",
"redcap-version-min": "9.7.6",
"redcap-version-max": ""
}
}