acl.xml 1.1 KB

123456789101112131415161718192021222324252627
  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::marketing">
  13. <resource id="Magento_CatalogRule::promo">
  14. <resource id="Magento_SalesRule::quote" sortOrder="30" title="Cart Price Rules" translate="title" />
  15. </resource>
  16. </resource>
  17. <resource id="Magento_Backend::stores">
  18. <resource id="Magento_Backend::stores_settings">
  19. <resource id="Magento_Config::config">
  20. <resource id="Magento_SalesRule::config_promo" title="Promotion" translate="title" sortOrder="90"/>
  21. </resource>
  22. </resource>
  23. </resource>
  24. </resource>
  25. </resources>
  26. </acl>
  27. </config>