Panel
Use it to group components within the same scope. This allows you to make more complex layouts and also hide or disable all the components inside the panel with a single setting.
Example
{
"type": "panel",
"label": "Panel",
"value": "{{any}}",
"extraSettings": {
"layoutDefinition": {
"rows": [
{
"cols": [
{
"type": "text",
"value": "{{txt}}",
"label": "Text inside a panel"
}
]
}
]
}
}
}
Properties
:::palette-item com.flowable.design:flowable-core-palette,com.flowable.design:flowable-core-palette com/flowable/palette/core.form.palette,com/flowable/palette/form.template.palette cloud-sub-panel