Skip to content

Instantly share code, notes, and snippets.

@andrew-smart
Created July 9, 2015 12:35
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 andrew-smart/fc451f27f4c74a2d69dc to your computer and use it in GitHub Desktop.
Save andrew-smart/fc451f27f4c74a2d69dc to your computer and use it in GitHub Desktop.
HelloWorld sample config file (Magento 2)
<?php
return array(
'modules' => array(
...
'Magento_CurrencySymbol' => 1,
'Magento_Wishlist' => 1,
'Iweb_HelloWorld' => 1
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment