-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
91 lines (79 loc) · 2.55 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Record Home Dashboard",
"namespace": "STPH\\recordHomeDashboard",
"description": "Create fully customizable dashboards with a grid based, drag-and-drop editor and render them on the Record Home Page.",
"documentation": "https://research-it-swiss-tph.github.io/redcap-record-home-dashboard/",
"authors": [
{
"name": "Ekin Tertemiz",
"email": "[email protected]",
"institution": "Swiss Tropical and Public Health Institute (STPH)"
}
],
"framework-version": 15,
"enable-every-page-hooks-on-system-pages": false,
"links":{
"project": [
{
"name": "Dashboard Editor",
"key": "dashboard-editor",
"icon": "fas fa-columns",
"url": "editor.php",
"show-header-and-footer": true
}
]
},
"no-auth-pages": [],
"system-settings": [],
"project-settings": [
{
"key": "dashboard-data",
"type": "json",
"name": "Dashboard Data (JSON)",
"hidden": true
},
{
"key": "dashboard-title",
"type": "text",
"name": "<b>Dashboard Title</b><br>Add your custom title that will be shown in Record Home View",
"default": "Record Home Dashboard"
},
{
"key": "descr-display-options",
"type": "descriptive",
"name": "<b>Display Options</b><br>Define how the editor view should be displayed for different user roles."
},
{
"key": "display-option",
"name": "User Role",
"repeatable": true,
"type": "sub_settings",
"sub_settings": [
{
"key": "user-role",
"type": "user-role-list",
"name": "User Group"
},
{
"key": "disable-editor",
"name": "Disable Editor",
"type": "checkbox"
},
{
"key": "hide-top-render",
"name": "Hide data tables",
"type": "checkbox"
},
{
"key": "hide-bottom-render",
"name": "Hide repeating tables",
"type": "checkbox"
}
]
}
],
"crons": [],
"compatibility": {
"php-version-min": "8.0.0"
}
}