Skip to content

Instantly share code, notes, and snippets.

@nhatnx
Created March 10, 2016 16:52
Show Gist options
  • Select an option

  • Save nhatnx/25836b2ea3b9b4d97ea8 to your computer and use it in GitHub Desktop.

Select an option

Save nhatnx/25836b2ea3b9b4d97ea8 to your computer and use it in GitHub Desktop.
<!-- for Module declaration -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<!-- for Routers -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
<!-- for Layouts -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<!-- for DI -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment