Reverted form description name to "schema". Backwards compatible

This commit is contained in:
Joel Collins 2019-09-14 16:20:46 +01:00
parent f25f615a3e
commit 11e64cf952
5 changed files with 6 additions and 198 deletions

View file

@ -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",