-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
28 lines (28 loc) · 964 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
{
"name": "Default Form Status",
"description": "Set a default or hide form status on instruments",
"namespace": "UWMadison\\defaultFormStatus",
"authors": [
{
"name": "Adam Nunez",
"email": "[email protected]",
"institution": "UW Madison - Center for Tobacco Research and Intervention"
}
],
"auth-ajax-actions": [
"save"
],
"project-settings": [
{
"key": "info",
"name": "To set an instrument's default form status go to the instrument's design page.<br><b>Note: </b>Unlike other instrument-based settings, default form status will be lost when an instrument is renamed.<br><br><a>Click here to view all saved configuration.</a>",
"type": "descriptive"
},
{
"key": "json",
"name": "<b>Json Object</b>",
"type": "textarea"
}
],
"framework-version": 16
}