Panel

To see panel in grouping eleelements, check out this example.

panel allows better organization of fields and data. Panel elements can hold other BF elements.

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