cyberitas/hide_config_menus

Hides common configuration menus on sites where configuration is VCS managed in YML

Installs: 1 678

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:drupal-module

v2.1.1 2021-05-24 20:35 UTC

This package is auto-updated.

Last update: 2024-04-25 03:53:13 UTC


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;