acl.xml 927 B

123456789101112131415161718192021
  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:Acl/etc/acl.xsd">
  9. <acl>
  10. <resources>
  11. <resource id="Magento_Backend::admin">
  12. <resource id="Magento_Backend::system">
  13. <resource id="Magento_Logging::magento_logging" title="Action Log" translate="title" sortOrder="70">
  14. <resource id="Magento_Logging::magento_logging_events" title="Report" translate="title" sortOrder="10"/>
  15. <resource id="Magento_Logging::system_magento_logging_bulk_operations" title="Bulk Actions" translate="title" sortOrder="15"/>
  16. </resource>
  17. </resource>
  18. </resource>
  19. </resources>
  20. </acl>
  21. </config>