{
    "People": {
        "pages": {
            "what_where": {
                "default": {
                    "style": "tab",
                    "layout": [
                        [
                            {
                                "type": "bb-person-what-where-panel",
                                "width": 12,
                                "index": 0,
                                "panel_params": {
                                    "what": {
                                        "extraColumns": [
                                            "description",
                                            "duration"
                                        ],
                                        "readOnlyRoles": [
                                            "user",
                                            "parent-user",
                                            "personal",
                                            "callcenter"
                                        ]
                                    },
                                    "where": {
                                        "extraColumns": [
                                            "description"
                                        ],
                                        "readOnlyRoles": [
                                            "user",
                                            "parent-user",
                                            "personal",
                                            "callcenter"
                                        ]
                                    }
                                }
                            }
                        ]
                    ]
                }
            },
            "what": {
                "default": {
                    "style": "tab",
                    "layout": [
                        [
                            {
                                "type": "bb-person-what",
                                "width": 12,
                                "index": 0
                            }
                        ]
                    ]
                }
            },
            "where": {
                "default": {
                    "style": "tab",
                    "layout": [
                        [
                            {
                                "type": "bb-person-where",
                                "width": 12,
                                "index": 0
                            }
                        ]
                    ]
                }
            }
        }
    }
}
