Skip to content

Instantly share code, notes, and snippets.

@sashas777
Created July 24, 2015 20:46
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/9578da731134f7c06a3c to your computer and use it in GitHub Desktop.
Save sashas777/9578da731134f7c06a3c to your computer and use it in GitHub Desktop.
Magento 2 Customer Attribute Extension - module.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* @author Sashas
* @category Sashas
* @package Sashas_CustomerAttribute
* @copyright Copyright (c) 2015 Sashas IT Support Inc. (http://www.extensions.sashas.org)
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Sashas_CustomerAttribute" setup_version="1.0.0">
<sequence>
<module name="Magento_Customer"/>
</sequence>
</module>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment