123456789101112131415161718192021 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
- <acl>
- <resources>
- <resource id="Magento_Backend::admin">
- <resource id="Magento_Backend::system">
- <resource id="Magento_Logging::magento_logging" title="Action Log" translate="title" sortOrder="70">
- <resource id="Magento_Logging::magento_logging_events" title="Report" translate="title" sortOrder="10"/>
- <resource id="Magento_Logging::system_magento_logging_bulk_operations" title="Bulk Actions" translate="title" sortOrder="15"/>
- </resource>
- </resource>
- </resource>
- </resources>
- </acl>
- </config>
|