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

v2.3.0 2025-02-04 00:19 UTC

This package is auto-updated.

Last update: 2025-06-04 01:04:47 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;