The navigation setting allows you to enable or disable the navigation bar at the top of the view.
For Codeblocks this settings is a boolean value.
This setting defaults to false for Codeblocks and true for Views.
Example:
```gEvent
navigation: true
```