-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
38 lines (38 loc) · 1.34 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
{
"name": "DET Warning",
"description": "Warn designers when an element is used in a DET and changes to it may have complications.",
"namespace": "UWMadison\\detWarning",
"authors": [
{
"name": "Adam Nunez",
"email": "[email protected]",
"institution": "UW Madison - Center for Tobacco Research and Intervention"
}
],
"permissions": [
"redcap_every_page_top"
],
"framework-version": 9,
"system-settings": [
{
"key": "hide-code",
"name": "<b>Prevent end-users from reviewing the DET code</b>",
"type": "checkbox"
}
],
"project-settings": [
{
"key": "info",
"name": "This module will warn you if a data element you are editing in the designer is being used in the project's DET. <br><b>Note: </b>Data elements are only searched for in the file immediately listed, imports are not checked. The file is scanned once a day for changes, to force a re-scan clear the below configuration.<br><br><a>Click here to view all saved configuration.</a>",
"type": "descriptive"
},
{
"key": "json",
"name": "<b>Json Object</b>",
"type": "textarea"
}
],
"compatibility": {
"redcap-version-min": "12.0.4"
}
}