# Configuration

Create an `field-manager.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.

```php
<?php

return [
    'cpSectionEnabled' => true,
];
```

### Configuration options

- `cpSectionEnabled` - Whether the plugin's page should be shown in the main sidebar navigation.

## Control Panel

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