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.
 
 
 
 
 
 

38 lines
2.1 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_Catalog::catalog" title="Catalog" translate="title" sortOrder="30">
  13. <resource id="Magento_Catalog::catalog_inventory" title="Inventory" translate="title" sortOrder="10">
  14. <resource id="Magento_Catalog::products" title="Products" translate="title" sortOrder="10">
  15. <resource id="Magento_Catalog::update_attributes" title="Mass Update Attributes" translate="title" sortOrder="10" />
  16. <resource id="Magento_Catalog::edit_product_design" title="Edit Product Design" translate="title" sortOrder="20" />
  17. </resource>
  18. <resource id="Magento_Catalog::categories" title="Categories" translate="title" sortOrder="20">
  19. <resource id="Magento_Catalog::edit_category_design" title="Edit Category Design" translate="title" />
  20. </resource>
  21. </resource>
  22. </resource>
  23. <resource id="Magento_Backend::stores">
  24. <resource id="Magento_Backend::stores_settings">
  25. <resource id="Magento_Config::config">
  26. <resource id="Magento_Catalog::config_catalog" title="Catalog Section" translate="title" />
  27. </resource>
  28. </resource>
  29. <resource id="Magento_Backend::stores_attributes">
  30. <resource id="Magento_Catalog::attributes_attributes" title="Product" translate="title" sortOrder="30"/>
  31. <resource id="Magento_Catalog::sets" title="Attribute Set" translate="title" sortOrder="40"/>
  32. </resource>
  33. </resource>
  34. </resource>
  35. </resources>
  36. </acl>
  37. </config>