-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
105 lines (96 loc) · 2.46 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "DAG Switcher",
"namespace": "MCRI\\DAGSwitcher",
"authors": [
{
"name": "Luke Stevens",
"email": "[email protected]",
"institution": "Murdoch Children's Research Institute"
}
],
"compatibility": {
"redcap-version-min": "8.7.0"
},
"permissions": [
"redcap_every_page_top",
"redcap_module_project_enable"
],
"description": "Enable project users to switch between any number of Data Access Groups (and/or \"No Assignment\").",
"no-auth-pages": [
"user_dag_switch_api"
],
"links": {
},
"system-settings": [
],
"project-settings": [
{
"key": "page-at-n-rows",
"name": "Number of rows per table page:<br>Leave blank to show all DAGs/users (default).<br>(Can aid performance when project has hundreds of DAGs and users)<br>Example: 20",
"required": false,
"type": "text"
},
{
"key": "user-dag-mapping",
"name": "User-DAG Mapping (updated by user/DAG selections on project DAGs page)",
"required": false,
"type": "textarea"
},
{
"key": "dag-switcher-block-text-pre",
"name": "Project page current DAG display text (before current DAG name)",
"required": false,
"type": "text",
"default": "Current Data Access Group: "
},
{
"key": "dag-switcher-block-text-post",
"name": "Project page current DAG display text (following current DAG name)",
"required": false,
"type": "text",
"default": " "
},
{
"key": "dag-switcher-dialog-title",
"name": "DAG switch dialog title",
"required": false,
"type": "text"
},
{
"key": "dag-switcher-dialog-text",
"name": "DAG switch dialog text",
"required": false,
"type": "text"
},
{
"key": "dag-switcher-dialog-change-button-text",
"name": "DAG switch dialog Change button text",
"required": false,
"type": "text"
},
{
"key": "dag-switcher-table-block-title",
"name": "DAG switcher DAG page block title",
"required": false,
"type": "text"
},
{
"key": "dag-switcher-table-block-info",
"name": "DAG switcher DAG page block information text",
"required": false,
"type": "text"
},
{
"key": "dag-switcher-table-row-option-dags",
"name": "DAG switcher table row option label (DAGs)",
"required": false,
"type": "text"
},
{
"key": "dag-switcher-table-row-option-users",
"name": "DAG switcher table row option label (Users)",
"required": false,
"type": "text"
}
]
}