cyberitas / hide_config_menus
Hides common configuration menus on sites where configuration is VCS managed in YML
Installs: 1 934
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
README
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;