2019-11-27 00:32:16 +00:00
|
|
|
{
|
2020-02-26 00:31:47 +00:00
|
|
|
"options": {
|
|
|
|
"step": {
|
2020-03-24 13:18:47 +00:00
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"one": "eins",
|
|
|
|
"other": "andere"
|
|
|
|
}
|
|
|
|
},
|
2020-02-26 00:31:47 +00:00
|
|
|
"options_1": {
|
|
|
|
"data": {
|
|
|
|
"bool": "Optionaler Boolescher Wert",
|
2020-07-15 00:02:40 +00:00
|
|
|
"constant": "Konstante",
|
2020-02-26 00:31:47 +00:00
|
|
|
"int": "Numerische Eingabe"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options_2": {
|
|
|
|
"data": {
|
|
|
|
"multi": "Mehrfachauswahl",
|
2021-07-10 00:09:24 +00:00
|
|
|
"select": "W\u00e4hle eine Option",
|
2020-02-26 00:31:47 +00:00
|
|
|
"string": "String-Wert"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-04-15 16:51:07 +00:00
|
|
|
},
|
|
|
|
"title": "Demo"
|
2019-11-27 00:32:16 +00:00
|
|
|
}
|