This isn't an exhaustive list but these examples could be useful to you. These examples are designed to copy and paste the entire JSON contents into your Event App Customisation.
Additional pages:
Disable Vendors
This JSON remove vendors from the menu and the Quick Link button.
{
"nav":[
{
"path": "/:eventid/vendors",
"enabled": false
}
]
}