-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
76 lines (69 loc) · 1.74 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
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "Quick Deleter",
"description": "Quickly delete and restore projects in bulk",
"namespace": "UIOWA\\QuickDeleter",
"framework-version": 14,
"versions": {
"2.0.2": "Updated EM framework version to 14 and REDCap minimum version to 13.7.3."
},
"authors": [
{
"name": "Joe Spring",
"email": "[email protected]",
"institution": "University of Iowa Institute for Clinical and Translational Science"
}
],
"links": {
"control-center": [
{
"name": "Quick Deleter",
"icon": "table",
"url": "index.php"
}
]
},
"system-settings": [
{
"key": "hide-action-column",
"name": "Hide action column when using checkboxes",
"type": "checkbox",
"required": false
},
{
"key": "restore-checkboxes",
"name": "Replace 'Restore' buttons with checkboxes",
"type": "checkbox",
"required": false
},
{
"key": "delete-checkboxes",
"name": "Replace 'Delete' buttons with checkboxes",
"type": "checkbox",
"required": false
},
{
"key": "row-colors",
"name": "Row color. Green for active, red for deleted",
"type": "checkbox",
"required": false
},
{
"key": "button-colors",
"name": "Project button color. Green for restore, red for delete",
"type": "checkbox",
"required": false
},
{
"key": "submit-button-colors",
"name": "Submit button color when using project buttons. Green for restore, red for delete",
"type": "checkbox",
"required": false
}
],
"compatibility": {
"php-version-min": "7.3",
"php-version-max": "",
"redcap-version-min": "13.7.3",
"redcap-version-max": ""
}
}