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: 4 months 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
- Host: GitHub
- URL: https://github.com/cyberitas/hide_config_menus
- Owner: Cyberitas
- License: gpl-2.0
- Created: 2021-05-21T20:43:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T00:20:14.000Z (over 1 year ago)
- Last Synced: 2025-02-04T01:23:03.974Z (over 1 year ago)
- Topics: drupal, drupal-module
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;