You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
scriptform/test/test_scriptform_list.json

19 lines
430 B

{
"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": []
}
]
}