Skip to content

Instantly share code, notes, and snippets.

View milanu13's full-sized avatar
🎯
Focusing

Milan Chandro milanu13

🎯
Focusing
View GitHub Profile
@milanu13
milanu13 / Magento2-custom-menu-module-with-thumbnail-images.md
Created August 26, 2019 11:46
Magento 2 - Custom menu module with thumbnail images.

Magento 2 - Custom menu module with thumbnail images.

Code example of custom Magento 2 menu for adding thumnail images.

app/code/Milandev/CustomMenu/etc/module.xml

<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
	<module name="Milandev_CustomMenu" setup_version="1.0.0">
		<sequence>
			<module name="Magento_Catalog"/>