Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 430 Bytes

File metadata and controls

14 lines (11 loc) · 430 Bytes

Yireo_CleanAdminMenu

This Magento 2 module adds all non-Magento root menu-items of the admin menu to a menu-item "Third Party". It doesn't use JavaScript to do this, but cleanly hooks into the model-class used by the core.

Installation

Install this package via composer:

composer require yireo/magento2-clean-admin-menu

Next, enable this module:

bin/magento module:enable Yireo_CleanAdminMenu