demo-process-models/playground/nutech/issue2/decisionbuttons-schema.json

15 lines
212 B
JSON

{
"elements": [
{
"type": "Button",
"title": "Approve",
"propertyOrder": 1
},
{
"type": "Button",
"title": "Reject",
"propertyOrder": 2
}
]
}