You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub issue tracker is intended for technical issues only. Please refer to the Community Forums or Magento Stack Exchange site for technical questions. In your case, the programming questions forum is likely the most appropriate. Feel free to reopen this issue if you think you have encountered a bug in Magento 2.
Hi,
I'm trying to create an extension that can disable/enable my other extensions.
When an extension is disabled, its
menu.xml
entries will be ignored. I did this using a plugin in the classMagento\Backend\Model\Menu\Config\Reader
.Same idea for
indexer.xml
,system.xml
.However, I had problems overriding the config reader for
di.xml
. Any ideas?The text was updated successfully, but these errors were encountered: