di.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <virtualType name="robotsResultPage" type="Magento\Framework\View\Result\Page">
  10. <arguments>
  11. <argument name="template" xsi:type="string">Magento_Robots::robots.phtml</argument>
  12. </arguments>
  13. </virtualType>
  14. <virtualType name="robotsResultPageFactory" type="Magento\Framework\View\Result\PageFactory">
  15. <arguments>
  16. <argument name="instanceName" xsi:type="string">robotsResultPage</argument>
  17. </arguments>
  18. </virtualType>
  19. <type name="Magento\Robots\Controller\Index\Index">
  20. <arguments>
  21. <argument name="resultPageFactory" xsi:type="object">robotsResultPageFactory</argument>
  22. </arguments>
  23. </type>
  24. <type name="Magento\Theme\Model\Design\Config\MetadataProvider">
  25. <arguments>
  26. <argument name="metadata" xsi:type="array">
  27. <item name="custom_instructions" xsi:type="array">
  28. <item name="backend_model" xsi:type="string">Magento\Robots\Model\Config\Value</item>
  29. </item>
  30. </argument>
  31. </arguments>
  32. </type>
  33. </config>