parent
93064be2e7
commit
125bd1cb82
@ -0,0 +1,12 @@ |
||||
{ |
||||
"title": "test", |
||||
"forms": [ |
||||
{ |
||||
"name": "test", |
||||
"title": "title", |
||||
"description": "description", |
||||
"script": "test.sh", |
||||
"fields": [] |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,20 @@ |
||||
{ |
||||
"title": "test", |
||||
"forms": [ |
||||
{ |
||||
"name": "test_store", |
||||
"title": "title", |
||||
"description": "description", |
||||
"script": "test_formconfig_callback.sh", |
||||
"fields": [] |
||||
}, |
||||
{ |
||||
"name": "test_raw", |
||||
"title": "title", |
||||
"description": "description", |
||||
"script": "test_formconfig_callback.sh", |
||||
"output": "raw", |
||||
"fields": [] |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,6 @@ |
||||
#!/bin/sh |
||||
|
||||
echo "stdout" |
||||
echo "stderr" >&2 |
||||
|
||||
exit 33 |
@ -0,0 +1,13 @@ |
||||
{ |
||||
"title": "test", |
||||
"forms": [ |
||||
{ |
||||
"name": "test", |
||||
"title": "title", |
||||
"description": "description", |
||||
"script": "test.sh", |
||||
"hidden": true, |
||||
"fields": [] |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,12 @@ |
||||
{ |
||||
"title": "test", |
||||
"forms": [ |
||||
{ |
||||
"name": "test", |
||||
"title": "title", |
||||
"description": "description", |
||||
"script": "nonexisting.sh", |
||||
"fields": [] |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,12 @@ |
||||
{ |
||||
"title": "test", |
||||
"forms": [ |
||||
{ |
||||
"name": "test", |
||||
"title": "title", |
||||
"description": "description", |
||||
"script": "test_noexec.sh", |
||||
"fields": [] |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,19 @@ |
||||
{ |
||||
"title": "test", |
||||
"forms": [ |
||||
{ |
||||
"name": "test_list_1", |
||||
"title": "title_list_1", |
||||
"description": "description", |
||||
"script": "test.sh", |
||||
"fields": [] |
||||
}, |
||||
{ |
||||
"name": "test_list_2", |
||||
"title": "test_list_2", |
||||
"description": "description", |
||||
"script": "test.sh", |
||||
"fields": [] |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue