-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json
35 lines (35 loc) · 1022 Bytes
/
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
{
"name": "Move Data to Other Event",
"description": "Allow privileged users to easily move data, uploaded files, and signatures between events.",
"namespace": "MDOE\\ExternalModule",
"framework-version": 15,
"authors": [
{
"name": "University of Florida CTS-IT",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
}
],
"system-settings": [
{
"key": "restrict_to_designers_global",
"name": "Restrict use to designers globally",
"type": "checkbox"
}
],
"project-settings": [
{
"key": "active",
"name": "Activate for use",
"type": "checkbox"
},
{
"key": "allow_non_designers",
"name": "Allow non-designers to see and use this module",
"type": "checkbox"
}
],
"compatibility": {
"redcap-version-min": "14.0.2"
}
}