-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
64 lines (49 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ClassNameHere",
"namespace": "Stanford\\ClassNameHere",
"description": "A template for a REDCap External Module",
"documentation": "README.md",
"authors": [
{
"name": "Andrew Martin",
"email": "andy123@stanford.edu",
"institution": "Stanford University"
}
],
"permissions": [
"redcap_module_system_enable",
"redcap_module_project_enable",
"redcap_module_save_configuration"
],
"enable-every-page-hooks-on-system-pages": false,
"links": {
"project": [
],
"control-center": [
]
},
"no-auth-pages": [
],
"project-settings": [
{
"key": "enable-project-debug-logging",
"name": "<b>Enable Debug Logging</b><br><i>(optional)</i> Requires installation and configuration of emLogger",
"required": false,
"type": "checkbox"
}
],
"system-settings": [
{
"key": "enable-system-debug-logging",
"name": "<b>Enable Debug Logging (system-wide)</b><i>(optional)</i> Requires installation and configuration of emLogger",
"required": false,
"type": "checkbox"
}
],
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "",
"redcap-version-max": ""
}
}