-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 1.11 KB
/
Copy pathconfig.json
File metadata and controls
35 lines (35 loc) · 1.11 KB
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": "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 University"
}
],
"framework-version": 16,
"compatibility": {
"php-version-min": "8.0.0",
"php-version-max": "",
"redcap-version-min": "14.6.4",
"redcap-version-max": ""
},
"auth-ajax-actions": [
"getLinkData",
"storeLinkData"
],
"system-settings": [
{
"key": "excluded-link-text",
"name": "Link to exclude from search: a link will be excluded if its name contains this text. Surround the text in double quotes to require an exact match instead.",
"tt_name": "config_excluded_link_text",
"type": "text",
"repeatable": true,
"required": false
}
]
}