You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
2.2 KiB

  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" title="Configuration" translate="title" sortOrder="20">
  15. <!--
  16. @deprecated Magento_Config::advanced section ('Advanced Section') is disabled and is not displayed in the admin panel
  17. -->
  18. <resource id="Magento_Config::advanced" title="Advanced Section" translate="title" sortOrder="90" disabled="true" />
  19. <resource id="Magento_Config::config_admin" title="Advanced Admin Section" translate="title" sortOrder="100" />
  20. <resource id="Magento_Config::config_design" title="Design Section" translate="title" sortOrder="40" />
  21. <resource id="Magento_Config::config_general" title="General Section" translate="title" sortOrder="20" />
  22. <resource id="Magento_Config::config_system" title="System Section" translate="title" sortOrder="80" />
  23. <resource id="Magento_Config::currency" title="Currency Setup Section" translate="title" sortOrder="120" />
  24. <resource id="Magento_Config::dev" title="Developer Section" translate="title" sortOrder="110" />
  25. <resource id="Magento_Config::web" title="Web Section" translate="title" sortOrder="30" />
  26. <resource id="Magento_Config::trans_email" title="Store Email Addresses Section" translate="title" sortOrder="100" />
  27. <resource id="Magento_Config::sendfriend" title="Email to a Friend" translate="title" sortOrder="140" />
  28. </resource>
  29. </resource>
  30. </resource>
  31. </resource>
  32. </resources>
  33. </acl>
  34. </config>