{
    "Companies": {
        "pages": {
            "profile": {
                "default": {
                    "style": "profile",
                    "frameLayout": [
                        {
                            "width": 3,
                            "layout": [
                                [
                                    {
                                        "type": "bb-company-details-panel",
                                        "width": 12,
                                        "index": 0
                                    }
                                ],
                                [
                                    {
                                        "type": "bb-mini-map-panel",
                                        "width": 12,
                                        "index": 0
                                    }
                                ]
                            ]
                        },
                        {
                            "width": 9,
                            "layout": [
                                [
                                    {
                                        "type": "bb-tabs-panel",
                                        "width": 12,
                                        "index": 1,
                                        "panel_params": {
                                            "name": "company_profile",
                                            "tabs": [
                                                {
                                                    "name": "ADMIN_DASHBOARD.COMPANIES_PAGE.TABS.DETAILS",
                                                    "path": ".views({view: 'dashboard'})"
                                                },
                                                {
                                                    "name": "ADMIN_DASHBOARD.COMPANIES_PAGE.TABS.BOOKINGS",
                                                    "path": ".views({view: 'bookings'})"
                                                },
                                                {
                                                    "name": "ADMIN_DASHBOARD.COMPANIES_PAGE.TABS.AUDIT",
                                                    "path": ".views({view: 'audit'})"
                                                },
                                                {
                                                    "name": "ADMIN_DASHBOARD.COMPANIES_PAGE.TABS.IMAGES",
                                                    "path": ".views({view: 'images'})"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            ]
                        }
                    ]
                },
                "values": "*bbc"
            },
            "example_live_content": {
                 "default": {
                    "style": "boxes",
                    "layout": [
                        [
                            {
                                "type": "bb-company-custom-extra-data-panel",
                                "width": 6,
                                "index": 0,
                                "panel_params": {
                                    "title": "Thought of the day",
                                    "key": "thought",
                                    "icon": "fa-commenting-o",
                                    "form": [
                                        {"title":"", "key":"extra.thought","type":"textarea","feedback":false},
                                        {"type":"submit","title":"Save"}
                                    ]
                                }
                            },
                            {
                                "type": "bb-company-custom-extra-data-panel",
                                "width": 6,
                                "index": 0,
                                "panel_params": {
                                    "title": "Wine of the week",
                                    "keys": ["wine", "wine_link"],
                                    "icon": "fa-glass",
                                    "form": [
                                        {"key":"extra.wine", "title": "", "type":"textarea","feedback":false},
                                        {"key":"extra.wine_link","type":"text","feedback":false},
                                        {"type":"submit","title":"Save"}
                                    ]
                                }
                            }
                        ]
                    ]
                },
                "values": "*bbc"
            }
        }
    }
}
