mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
30 lines
722 B
JSON
30 lines
722 B
JSON
{
|
|
"capital_of_france": {
|
|
"ui:widget": "radio"
|
|
},
|
|
"longest_river": {
|
|
"ui:widget": "radio",
|
|
"ui:options": {
|
|
"inline": true
|
|
}
|
|
},
|
|
"tallest_mountain": {
|
|
"ui:widget": "radio",
|
|
"ui:options": {
|
|
"inline": true
|
|
}
|
|
},
|
|
"largest_dessert": {
|
|
"ui:widget": "radio",
|
|
"ui:options": {
|
|
"inline": false
|
|
},
|
|
"ui:help": "You can skip this question if you want"
|
|
},
|
|
"ui:order": [
|
|
"largest_dessert",
|
|
"capital_of_france",
|
|
"longest_river",
|
|
"tallest_mountain"
|
|
]
|
|
} |