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.
25 lines
702 B
25 lines
702 B
{
|
|
"title": "Dynamic forms",
|
|
"forms": [
|
|
{
|
|
"name": "import",
|
|
"title": "Import CSV data",
|
|
"description": "Import CSV into a database",
|
|
"submit_title": "Import",
|
|
"script": "job_import.sh",
|
|
"fields": [
|
|
{
|
|
"name": "target_db",
|
|
"title": "Database to import to",
|
|
"type": "radio",
|
|
"options_from": "form_import_target_dbs.sh"
|
|
},
|
|
{
|
|
"name": "sql_file",
|
|
"title": "SQL file",
|
|
"type": "file"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|