[
  {
    "panel": "bbAuditPanel",
    "type": "data",
    "icon": "wrench",
    "group": "util",
    "title": "Audit history of a record",
    "description": "Takes a model and a record type and attempts to load an audit history of that record to be presented ina  timeline view",
    "filters": {
      "model": {"required": true},
      "record_type": {"required": true}
    },
    "config": {
    }
  }
]