2019-11-13 15:37:31 +00:00
|
|
|
{
|
2020-04-15 16:41:18 +00:00
|
|
|
"title": "Demo",
|
2020-02-17 22:10:44 +00:00
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {}
|
|
|
|
},
|
|
|
|
"options_1": {
|
|
|
|
"data": {
|
2020-07-07 03:04:35 +00:00
|
|
|
"constant": "Constant",
|
2020-02-17 22:10:44 +00:00
|
|
|
"bool": "Optional boolean",
|
|
|
|
"int": "Numeric input"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options_2": {
|
|
|
|
"data": {
|
|
|
|
"string": "String value",
|
|
|
|
"select": "Select an option",
|
|
|
|
"multi": "Multiselect"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-11-13 15:37:31 +00:00
|
|
|
}
|
|
|
|
}
|