-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
59 lines (59 loc) · 1.47 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
{
"name": "DataCore Customizations",
"namespace": "Vanderbilt\\DataCoreCustomizationsModule",
"framework-version": 12,
"description": "Prevents non-admins from moving projects out of 'Production' status into 'Analysis/Cleanup' or 'Completed' status.",
"authors": [
{
"name": "Mark McEver",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
}
],
"no-auth-pages": [
"get-project-list"
],
"system-settings": [
{
"key": "project-list-pid",
"name": "Select the project containing the list of project IDs on which to enable this module",
"type": "project-id"
},
{
"key": "hours-survey-pid",
"name": "Select the 'CORE - Hourly Billing- NEW' project",
"type": "project-id"
},
{
"key": "status-transition-blocked-message",
"name": "Message to display when a status transition is blocked",
"type": "rich-text"
},
{
"key": "completed-dialog-message",
"name": "Message to display at the top of the dialog displayed on completed projects",
"type": "rich-text"
}
],
"links": {
"project": [
{
"name": "Download DataCore Project List",
"icon": "fas fa-list",
"url": "download-project-list.php"
}
]
},
"crons": [
{
"cron_name": "daily-cron",
"cron_description": "Ensures this module is enabled on all DataCore projects daily.",
"method": "dailyCron",
"cron_frequency": "86400",
"cron_max_run_time": "86400"
}
],
"compatibility": {
"php-version-min": "7.3.0"
}
}