-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
65 lines (58 loc) · 1.37 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
{
"name": "Survey Link Lookup",
"namespace": "MCRI\\SurveyLinkLookup",
"authors": [
{
"name": "Luke Stevens",
"email": "luke.stevens@mcri.edu.au",
"institution": "Murdoch Children's Research Institute"
}
],
"permissions": [
"db_read"
],
"description": "This system-level, Control Center module provides a page where superusers can enter a survey link or hash and get the details of the corresponding survey, including links to project and data entry form.",
"links": {
"control-center": [
{
"name": "Survey Link Lookup",
"icon": "link",
"url": "index.php"
}
],
"module-script": [
{
"name": "Module Script",
"icon": "n/a",
"url": "survey_link_lookup.js"
}
],
"link-lookup-ajax": [
{
"name": "Link Lookup Ajax Endpoint",
"icon": "n/a",
"url": "link_lookup.php"
}
]
},
"system-settings": [
{
"key": "page-instruction-text",
"name": "Page instruction text",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Enter a REDCap survey link or hash value to find the corresponding project, survey, record and data entry form."
},
{
"key": "page-input-label",
"name": "Page input field label",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Survey link or hash"
}
],
"project-settings": [
]
}