Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cyberitas/hide_config_menus
- Owner: Cyberitas
- License: gpl-2.0
- Created: 2021-05-21T20:43:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T20:36:22.000Z (over 3 years ago)
- Last Synced: 2025-01-11T01:07:46.909Z (25 days ago)
- Topics: drupal, drupal-module
- Language: PHP
- Homepage:
- Size: 11.7 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_menusTo 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;