-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (37 loc) · 1.07 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
{
"name": "Report Filters",
"tt_name": "module_name",
"description": "Add configurable column filters to a report",
"tt_description": "module_desc",
"documentation": "README.md",
"namespace": "JFortriede\\ReportFilters",
"authors": [
{
"name": "Joshua Fortriede",
"email": "Joshua.Fortriede@cchmc.org",
"institution": "Cincinnati Children's Hospital Medical Center"
}
],
"framework-version": 13,
"project-settings": [
{
"key": "info",
"name": "This module is configured via the edit report screen.",
"tt_name": "module_info",
"type": "descriptive"
},
{
"key" : "debug-mode",
"name" : "Set Debug Mode level. This will log debug or info messages to the browser console",
"type" : "radio",
"choices" : [
{ "value" : 0, "name" : "Off" },
{ "value" : 10, "name" : "Debug" },
{ "value" : 20, "name" : "Info" }
]
}
],
"compatibility": {
"redcap-version-min": "13.7.2"
}
}