-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
28 lines (28 loc) · 935 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
{
"name": "ADRC Biorepository Tube ID Writer",
"description": "Project-specific module for creating biospecimen tube records for the ADRC project, a minimal fork of SAPDAP",
"namespace": "ADRCPipe\\ExternalModule",
"framework-version": 9,
"redcap-version-min": "12.4.2",
"permissions": [
"redcap_data_entry_form_top",
"redcap_every_page_top"
],
"authors": [{
"name": "University of Florida CTS-IT",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
}],
"project-settings": [{
"key": "enabled_forms",
"name": "Enabled Forms",
"type": "sub_settings",
"repeatable": true,
"sub_settings": [{
"key": "show_on_form",
"name": "Show in this form (the target form)",
"type": "form-list",
"autocomplete": true
}]
}]
}