-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
52 lines (43 loc) · 1.13 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
{
"name": "Hide Identifiers",
"namespace": "Vanderbilt\\HideIdentifiersExternalModule",
"framework-version": 2,
"authors": [
{
"name": "Ryan Moore",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
}
],
"description": "Obscure values in fields marked as identifiers from users who do not have user rights to see them in reports. Only turns the fields into password fields. Also removes secondary record names if they use fields marked as identifiers.",
"permissions": [
"redcap_data_entry_form",
"redcap_data_entry_form_top",
"redcap_save_record",
"redcap_every_page_top"
],
"links": {
"project": [
]
},
"no-auth-pages":[""],
"project-settings": [
{
"key": "remove-fields",
"name": "Completely Remove Fields from Form",
"type":"radio",
"choices": [
{"value":"yes", "name":"Yes"},
{"value":"no","name":"No"}
]
}
],
"system-settings": [
],
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "9.0.3",
"redcap-version-max": ""
}
}