Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Hi Rocky, could you explain a little more about what this is doing and why it's needed? Commented Dec 16, 2015 at 21:02
  • if you want to override contact module form.phtml, you have to create new custom module and inside module root etc/module.xml file you have to define your core module name inside sequence tag. Its useful for override core module template. Commented Dec 17, 2015 at 11:22
  • That gives no more information than your answer did. What does the sequence tag do and how does it work? Commented Dec 17, 2015 at 17:51
  • <sequence> element in the module.xml file is used to define the load order of dependencies.you can getting more info about sequence tag from devdocs.magento.com/guides/v2.0/architecture/modules/… Commented Dec 18, 2015 at 5:19