Configuration#

Create a navigation.php file under your /config directory with the following options available to you. You can also use multi-environment options to change these per environment.

The below shows the defaults already used by Navigation, so you don't need to add these options unless you want to modify the values.

<?php

return [
    '*' => [
        'pluginName' => 'Navigation',
        'bypassProjectConfig' => false,
    ]
];

Configuration options#

  • pluginName - Optionally change the name of the plugin.
  • bypassProjectConfig - Prevents navigations from being saved to Project Config. Be sure you know what you're doing with this!

Control Panel#

You can also manage configuration settings through the Control Panel by visiting Settings → Navigation.

Previous ← Requirements Next Upgrading from v1 →