-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 748 Bytes
/
config.json
File metadata and controls
25 lines (25 loc) · 748 Bytes
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
{
"name": "Control Center Search",
"tt_name": "module_title",
"namespace": "YaleREDCap\\ControlCenterSearch",
"description": "Adds a search box to more easily find information and settings in the Control Center",
"tt_description": "module_description",
"authors": [
{
"name": "Andrew Poppe",
"email": "andrew.poppe@yale.edu",
"institution": "Yale Center for Clinical Investigation"
}
],
"framework-version": 12,
"compatibility": {
"php-version-min": "7.4.0",
"php-version-max": "",
"redcap-version-min": "13.1.27",
"redcap-version-max": ""
},
"auth-ajax-actions": [
"getLinkData",
"storeLinkData"
]
}