acl.xml 762 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Acl/etc/acl.xsd">
  3. <acl>
  4. <resources>
  5. <resource id="Magento_Backend::admin">
  6. <resource id="Magento_Backend::stores">
  7. <resource id="Magento_Backend::stores_settings">
  8. <resource id="Magento_Config::config">
  9. <resource id="Cpcommerce_ShippingNotifications::config" title="CPCommerce Shipping Notification Section" sortOrder="100" />
  10. </resource>
  11. </resource>
  12. </resource>
  13. </resource>
  14. </resources>
  15. </acl>
  16. </config>