mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
26 lines
421 B
JSON
26 lines
421 B
JSON
{
|
|
"config": {
|
|
"title": "Demo"
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {}
|
|
},
|
|
"options_1": {
|
|
"data": {
|
|
"bool": "Optional boolean",
|
|
"int": "Numeric input"
|
|
}
|
|
},
|
|
"options_2": {
|
|
"data": {
|
|
"string": "String value",
|
|
"select": "Select an option",
|
|
"multi": "Multiselect"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|