Created
January 24, 2017 04:56
-
-
Save sashas777/087ea706a3affe26009fd7bad3285111 to your computer and use it in GitHub Desktop.
Magento 2.1.3 Make Customer Attribute - module.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- | |
~ @author Sashas IT Support <[email protected]> | |
~ @copyright 2017 Sashas IT Support Inc. (http://www.extensions.sashas.org) | |
~ @license http://opensource.org/licenses/GPL-3.0 GNU General Public License, version 3 (GPL-3.0) | |
--> | |
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> | |
<module name="Sashas_CustomerAttribute" setup_version="2.0.0"> | |
<sequence> | |
<module name="Customer"/> | |
</sequence> | |
</module> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment