Panel
Key
Value(s)
Type
Description
Reference
// sample panel object
{
"schema": {
"fields": [
{
"inputType": "text",
"label": "My Input",
"model": "field1",
"styleClasses": "col-md-12",
"type": "input"
}
]
},
"slots": [],
"styleClasses": "col-md-6",
"type": "panel"
}Last updated
Was this helpful?