- Introduction
- Requirements
- Installation
- Maintainers
Menu For All allows menu items to make visibility for all roles specially the anonymous users.
The Menu For All just requires the Custom Menu Links project core:
- Custom Menu Links (https://www.drupal.org/docs/8/core/modules/menu-link-content)
- Edit your composer.json in your project directory and paste this code in the group of repositories.
"type": "vcs",
"url": "[email protected]:hallowichig0/menu_for_all.git"
-
In your composer.json, search the installer-paths and add this line of codes to the group of installer-paths
"web/modules/custom/{$name}/": ["type:drupal-custom-module"]
-
Install using the composer:
composer require 'hallowichig0/menu_for_all'
-
You can clone the repository in the module/custom:
git clone https://github.com/hallowichig0/menu_for_all.git
Current maintainers:
- Jayson Garcia - https://www.drupal.org/u/hallow_ichig0
Credits to Halcyon Web Design for development time.