Skip to content

Drupal Module: Adds configuration setting to allow several common configuration links to be hidden in the admin for sites where configuration is stored in VCS

License

Notifications You must be signed in to change notification settings

Cyberitas/hide_config_menus

Repository files navigation

Installation

This module is designed to be installed via composer.

From your drupal root run the following commands:

composer require cyberitas/hide_config_menus
drush pm:enable -y hide_config_menus

To enable this module, you must both enable the module itself, as well as add a line to your settings.php:

$settings['hide_configuration_menu'] = true;

About

Drupal Module: Adds configuration setting to allow several common configuration links to be hidden in the admin for sites where configuration is stored in VCS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages