Remove the Header
The header component can be removed from a project by setting the display parameter to false in the header section of the project-config.json file.
Copy
"header": {
"display": false,
"displayInfo": false,
"displayTheme": false,
"diagnostics": {
"logs": {
"logAfterProjectLoad": true,
"receiveStateLogDiagnostics": "",
"logDiagnostics": "none"
}
},
"$component": ""
},
NOTE: The header section is required for projects with a vertical orientation.