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
|
|
@ -9,7 +9,7 @@
|
|||
"selfUpdate": true,
|
||||
"route": "/do",
|
||||
"submitLabel": "Do things",
|
||||
"form": [
|
||||
"schema": [
|
||||
{
|
||||
"fieldType": "numberInput",
|
||||
"placeholder": "Some integer",
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
"selfUpdate": true,
|
||||
"route": "/task",
|
||||
"submitLabel": "Start task",
|
||||
"form": [
|
||||
"schema": [
|
||||
{
|
||||
"fieldType": "numberInput",
|
||||
"name": "run_time",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue