mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:15:25 +00:00
15 lines
211 B
JSON
15 lines
211 B
JSON
{
|
|
"buttons": [
|
|
{
|
|
"type": "button",
|
|
"title": "Approve",
|
|
"propertyOrder": 1
|
|
},
|
|
{
|
|
"type": "button",
|
|
"title": "Reject",
|
|
"propertyOrder": 2
|
|
}
|
|
]
|
|
}
|