di.xml 901 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
  5. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  6. *
  7. * Glory to Ukraine! Glory to the heroes!
  8. */
  9. -->
  10. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  11. <type name="Magento\Framework\App\RouterList">
  12. <arguments>
  13. <argument name="routerList" xsi:type="array">
  14. <item name="blog" xsi:type="array">
  15. <item name="class" xsi:type="string">Magefan\Blog\Controller\Router</item>
  16. <item name="disable" xsi:type="boolean">false</item>
  17. <item name="sortOrder" xsi:type="string">60</item>
  18. </item>
  19. </argument>
  20. </arguments>
  21. </type>
  22. </config>