{
    "name": "corePage",
    "title": "corePage",
    "description": "High level configuration options for studio admin dashboard",
    "properties": {
        "corePage": {
            "type": "object",
            "description": "High level configuration options for studio admin dashboard",
            "properties": {
                "header": {
                    "type": "object",
                    "properties": {
                        "display": {
                            "type": "boolean",
                            "description": "Display or hide the header"
                        },
                        "logo": {
                            "type": "boolean",
                            "description": "Display or hide the logo"
                        },
                        "search": {
                            "type": "boolean",
                            "description": "Display or hide the search"
                        },
                        "multiLocationUser": {
                            "type": "boolean",
                            "description": "Display or hide the multi location user dropdown"
                        },
                        "userOptions": {
                            "type": "boolean",
                            "description": "Display or hide user options"
                        },
                        "debugMode": {
                            "type": "boolean",
                            "description": "Whether the debug mode should be available from the menu"
                        },
                        "switchClassic": {
                            "type": "boolean",
                            "description": "Whether a user can switch to classic or not"
                        },
                        "languagePicker": {
                            "type": "boolean",
                            "description": "Whether to show the language picker or not"
                        },
                        "useAdminEditor": {
                            "type": "boolean",
                            "description": "Access the new admin editor page instead of the iframe"
                        }
                    }
                }
            }
        }
    }
}
