-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
33 lines (33 loc) · 817 Bytes
/
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
{
"name": "Search Projects",
"description": "Sample Projects that queries record count",
"namespace": "SP\\ExternalModule",
"framework-version": 3,
"permissions": [
"redcap_every_page_top"
],
"authors": [
{
"name": "Michael Bentz",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
}
],
"links": {
"project": [
{
"name": "Email Data",
"key": "emailData",
"icon": "fas fa-at",
"url": "pages/email.php"
}
],
"control-center": [
{
"name": "Search",
"icon": "fas fa-search",
"url": "pages/search.php"
}
]
}
}