{
    "Clients": {
        "pages": {
            "audit": {
                "style": "tab",
                "layout": [
                    [
                        {
                            "type": "bb-tabs-panel",
                            "panel_params": "Clients.params.audit_tabs"
                        }
                    ]
                ]
            },
            "change_log": {
                "style": "tab",
                "layout": [
                    [
                        {
                            "type": "bb-audit-panel"
                        }
                    ]
                ]
            },
            "interactions": {
                "style": "tab",
                "layout": [
                    [
                        {
                            "type": "bb-interactions-panel"
                        }
                    ]
                ]
            },
            "orders": {
                "style": "tab",
                "layout": [
                    [
                        {
                            "type": "bb-orders-panel"
                        }
                    ]
                ]
            }
        },
        "params": {
            "audit_tabs": {
                "name": "client_audit",
                "tabs": [
                    {
                        "name": "ADMIN_DASHBOARD.CLIENTS_PAGE.CHANGE_LOG",
                        "path": ".views({sub_view: 'change_log'})"
                    },
                    {
                        "name": "ADMIN_DASHBOARD.CLIENTS_PAGE.INTERACTIONS",
                        "path": ".views({sub_view: 'interactions'})"
                    }
                ]
            }             
        }
    }
}
