Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. php bin/magento module:enable Test_ProductType
  2.  
  3. php bin/magento
  4.  
  5. <?xml version="1.0"?>
  6. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
  7. <module name="Test_ProductType" setup_version="2.0.5">
  8. <sequence>
  9. <module name="Test_ProductType"/></sequence>
  10. </module>
  11. </config>
  12.  
  13. <?xml version="1.0"?>
  14. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
  15. <module name="Scandesigns_ProductType" setup_version="2.0.5"/>
  16. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement