×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: XML
Posted by: akim mez
Added: May 31, 2018 9:53 PM
Views: 3187
Tags: etx module xml
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
  4.     <module name="Pfay_Contacts" setup_version="0.1.0">
  5.         <sequence>
  6.             <module name="Magento_Cms"/>
  7.         </sequence>
  8.     </module>
  9. </config>
  10.