Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberitas/hide_config_menus

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
https://github.com/cyberitas/hide_config_menus

drupal drupal-module

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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;