| Current Path : /home/rtorresani/www/vendor/mageplaza/magento-2-blog-extension/etc/frontend/ |
| Current File : //home/rtorresani/www/vendor/mageplaza/magento-2-blog-extension/etc/frontend/di.xml |
<?xml version="1.0"?>
<!--
/**
* Mageplaza
*
* NOTICE OF LICENSE
*
* This source file is subject to the Mageplaza.com license that is
* available through the world-wide-web at this URL:
* https://www.mageplaza.com/LICENSE.txt
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category Mageplaza
* @package Mageplaza_Blog
* @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
* @license https://www.mageplaza.com/LICENSE.txt
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\App\RouterList">
<arguments>
<argument name="routerList" xsi:type="array">
<item name="mpblog" xsi:type="array">
<item name="class" xsi:type="string">Mageplaza\Blog\Controller\Router</item>
<item name="disable" xsi:type="boolean">false</item>
<item name="sortOrder" xsi:type="string">60</item>
</item>
</argument>
</arguments>
</type>
<!--Plugin List-->
<type name="Magento\Theme\Block\Html\Topmenu">
<plugin name="blog-topmenu" type="Mageplaza\Blog\Plugin\Topmenu"/>
</type>
<type name="Smartwave\Megamenu\Block\Topmenu">
<plugin name="blog-porto-theme-topmenu" type="Mageplaza\Blog\Plugin\PortoTopmenu"/>
</type>
<type name="Infortis\UltraMegamenu\Block\Navigation">
<plugin name="blog-topmenu-infortis" type="Mageplaza\Blog\Plugin\InfortisTopmenu"/>
</type>
<type name="Magento\Framework\View\Element\Html\Links">
<plugin name="blog-customer-nav" type="Mageplaza\Blog\Plugin\Customer\LinkMenu"/>
</type>
</config>