Created
June 29, 2017 23:39
-
-
Save elenakondrateva/8f5f646176b02dac2966b862e9a6510d to your computer and use it in GitHub Desktop.
Move Magento2 top menu categories under second level
app/code/Acme/Topmenu/registration.php
:
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Acme_Topmenu',
__DIR__
);
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
app/code/Acme/Topmenu/etc/module.xml
: