Reverted form description name to "schema". Backwards compatible
This commit is contained in:
parent
f25f615a3e
commit
11e64cf952
5 changed files with 6 additions and 198 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"isTask": false,
|
||||
"selfUpdate": true,
|
||||
"route": "/hello",
|
||||
"form": [
|
||||
"schema": [
|
||||
{
|
||||
"fieldType": "textInput",
|
||||
"placeholder": "Enter a string",
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
"isTask": true,
|
||||
"route": "/timelapse",
|
||||
"submitLabel": "Start timelapse",
|
||||
"form": [
|
||||
"schema": [
|
||||
{
|
||||
"fieldType": "numberInput",
|
||||
"name": "n_images",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue