-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
72 lines (63 loc) · 2.06 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
{
"name": "Codebook Concertina",
"description": "On the Codebook page, expand and collapse the table rows for the fields of each instrument.",
"namespace": "MCRI\\CodebookConcertina",
"authors": [
{
"name": "Luke Stevens",
"email": "luke.stevens@mcri.edu.au",
"institution": "Murdoch Children's Research Institute"
}
],
"permissions": [
"redcap_every_page_top"
],
"enable-every-page-hooks-on-system-pages": false,
"links": {
},
"no-auth-pages": [
],
"system-settings": [
],
"project-settings": [
{
"key": "default-visibility",
"name": "Default visibility of codebook variable rows",
"required": true,
"type": "radio",
"choices": [
{ "value": "0", "name": "Collapsed" },
{ "value": "1", "name": "Expanded" }
],
"default": "1"
},
{
"key": "button-text-show",
"name": "Button text 'Expand instrument'",
"required": true,
"type": "text",
"default": "Expand"
},
{
"key": "button-text-show-all",
"name": "Button text 'Expand all'",
"required": true,
"type": "text",
"default": "Expand all instruments"
},
{
"key": "button-text-hide",
"name": "Button text 'Collapse instrument'",
"required": true,
"type": "text",
"default": "Collapse"
},
{
"key": "button-text-hide-all",
"name": "Button text 'Collapse all'",
"required": true,
"type": "text",
"default": "Collapse all instruments"
}
]
}