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.
16 lines
464 B
16 lines
464 B
10 years ago
|
{
|
||
|
"title": "Static serve",
|
||
|
"static_dir": "static",
|
||
|
"forms": [
|
||
|
{
|
||
|
"name": "static_serve",
|
||
|
"title": "Serve static files",
|
||
|
"description": "This example has a script that serves a HTML page. The HTML page refers to some static files that are served by Scriptform",
|
||
|
"submit_title": "Serve",
|
||
|
"script": "job_serve.sh",
|
||
|
"output": "html",
|
||
|
"fields": []
|
||
|
}
|
||
|
]
|
||
|
}
|