Removing an Item from Magento's Admin Panel Navigation

后端 未结 4 454
眼角桃花
眼角桃花 2020-12-30 05:11

Using the Magento Ecommerce system, is is possible to remove an item from the Admin Panel Navigation menu? More generally, is there a way to use the config override system

4条回答
  •  自闭症患者
    2020-12-30 05:26

    You could inject a bogus module dependency into the menu item in your config.xml.

    In your case,

    
      
        
          HideMe
        
      
    
    

提交回复
热议问题