12345678910111213141516171819202122 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
- * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
- *
- * Glory to Ukraine! Glory to the heroes!
- */
- -->
- <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="blog" xsi:type="array">
- <item name="class" xsi:type="string">Magefan\Blog\Controller\Router</item>
- <item name="disable" xsi:type="boolean">false</item>
- <item name="sortOrder" xsi:type="string">60</item>
- </item>
- </argument>
- </arguments>
- </type>
- </config>
|