Skip to content

Instantly share code, notes, and snippets.

@sashas777
Created January 24, 2017 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sashas777/087ea706a3affe26009fd7bad3285111 to your computer and use it in GitHub Desktop.
Save sashas777/087ea706a3affe26009fd7bad3285111 to your computer and use it in GitHub Desktop.
Magento 2.1.3 Make Customer Attribute - module.xml
<?xml version="1.0"?>
<!--
~ @author Sashas IT Support <support@sashas.org>
~ @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