-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
29 lines (29 loc) · 1.15 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
{
"name": "Complex Field Validation",
"namespace": "ComplexFieldValidation\\ExternalModule",
"description": "Allows for the addition of valid options outside of the min-max range for a REDCap form field with number validation. See the complete <b><a href='https://github.com/ctsit/complex_field_validation' target='_blank'>documentation</a></b> at <a href='https://github.com/ctsit/complex_field_validation' target='_blank'>https://github.com/ctsit/complex_field_validation</a>",
"permissions": [
"redcap_data_entry_form_top", "redcap_every_page_top"
],
"authors": [
{
"name": "Taeber Rapczak",
"email": "taeber@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Marly Cormar",
"email": "marlycormar@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Philip Chase",
"email": "pbc@ufl.edu",
"institution": "University of Florida - CTSI"
}
],
"compatibility": {
"redcap-version-min": "8.0.3",
"redcap-version-max": ""
}
}