Skip to content

Instantly share code, notes, and snippets.

@svenvarkel
Last active December 23, 2015 01:09
Show Gist options
  • Save svenvarkel/6558975 to your computer and use it in GitHub Desktop.
Save svenvarkel/6558975 to your computer and use it in GitHub Desktop.
Magento module XML with dependencies
<config>
<modules>
<My_Custom>
<active>true</active>
<codePool>local</codePool>
<depends>
<Extension_A />
<Extension_B />
</depends>
</My_Custom>
</modules>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment