mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"america_discovered_in": {
|
|
"ui:widget": "radio",
|
|
"ui:options" : {
|
|
"inline" : true
|
|
}
|
|
},
|
|
"symbol_of_water": {
|
|
"ui:widget": "radio",
|
|
"ui:options" : {
|
|
"inline" : true
|
|
}
|
|
},
|
|
"red_planet": {
|
|
"ui:widget": "radio",
|
|
"ui:options" : {
|
|
"inline" : false
|
|
}
|
|
},
|
|
"first_president_of_usa": {
|
|
"ui:widget": "radio",
|
|
"ui:help": "You can skip this question if you want"
|
|
}
|
|
} |