mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:35:42 +00:00
41 lines
928 B
JSON
41 lines
928 B
JSON
{
|
|
"type": "Group",
|
|
"label": "My Group",
|
|
"elements": [
|
|
{
|
|
"type": "HorizontalLayout",
|
|
"elements": [
|
|
{
|
|
"type": "VerticalLayout",
|
|
"elements": [
|
|
{
|
|
"type": "Control",
|
|
"label": "Name",
|
|
"scope": "#/properties/name"
|
|
},
|
|
{
|
|
"type": "Control",
|
|
"label": "Birth Date",
|
|
"scope": "#/properties/birthDate"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "VerticalLayout",
|
|
"elements": [
|
|
{
|
|
"type": "Control",
|
|
"label": "Name",
|
|
"scope": "#/properties/name"
|
|
},
|
|
{
|
|
"type": "Control",
|
|
"label": "Birth Date",
|
|
"scope": "#/properties/birthDate"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |