acl.xml 1.1 KB

123456789101112131415161718192021222324
  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::stores">
  13. <resource id="Magento_Backend::stores_settings">
  14. <resource id="Magento_Config::config">
  15. <resource id="Magento_Shipping::config_shipping" title="Shipping Settings Section" translate="title" sortOrder="5" />
  16. <resource id="Magento_Shipping::shipping_policy" title="Shipping Policy Parameters Section" translate="title" sortOrder="5" />
  17. <resource id="Magento_Shipping::carriers" title="Shipping Methods Section" translate="title" sortOrder="5" />
  18. </resource>
  19. </resource>
  20. </resource>
  21. </resource>
  22. </resources>
  23. </acl>
  24. </config>