di.xml 1.0 KB

12345678910111213141516171819202122
  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. <type name="Magento\Rss\Controller\Adminhtml\Feed\Index">
  10. <plugin name="adminAuthentication" type="Magento\Rss\App\Action\Plugin\BackendAuthentication"/>
  11. </type>
  12. <type name="Magento\Rss\App\Action\Plugin\BackendAuthentication">
  13. <arguments>
  14. <argument name="aclResources" xsi:type="array">
  15. <item name="feed" xsi:type="string">Magento_Rss::rss</item>
  16. <item name="notifystock" xsi:type="string">Magento_Catalog::catalog_inventory</item>
  17. <item name="new_order" xsi:type="string">Magento_Sales::actions_view</item>
  18. <item name="review" xsi:type="string">Magento_Reports::review_product</item>
  19. </argument>
  20. </arguments>
  21. </type>
  22. </config>