acl.xml 1.3 KB

12345678910111213141516171819202122232425
  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::system">
  13. <resource id="Magento_Backend::system_other_settings">
  14. <resource id="Magento_AdminNotification::adminnotification" title="Notifications" translate="title" sortOrder="10">
  15. <resource id="Magento_AdminNotification::show_toolbar" title="Show Toolbar" translate="title" sortOrder="10" />
  16. <resource id="Magento_AdminNotification::show_list" title="Show List" translate="title" sortOrder="20" />
  17. <resource id="Magento_AdminNotification::mark_as_read" title="Mark as Read" translate="title" sortOrder="30" />
  18. <resource id="Magento_AdminNotification::adminnotification_remove" title="Remove" translate="title" sortOrder="40" />
  19. </resource>
  20. </resource>
  21. </resource>
  22. </resource>
  23. </resources>
  24. </acl>
  25. </config>