menu.xml 1.1 KB

123456789101112131415
  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:module:Magento_Backend:etc/menu.xsd">
  9. <menu>
  10. <add id="Magento_User::system_acl" title="Permissions" translate="title" module="Magento_User" sortOrder="60" parent="Magento_Backend::system" resource="Magento_User::acl"/>
  11. <add id="Magento_User::system_acl_users" title="All Users" translate="title" module="Magento_User" sortOrder="10" parent="Magento_User::system_acl" action="adminhtml/user" resource="Magento_User::acl_users"/>
  12. <add id="Magento_User::system_acl_roles" title="User Roles" translate="title" module="Magento_User" sortOrder="30" parent="Magento_User::system_acl" action="adminhtml/user_role" resource="Magento_User::acl_roles"/>
  13. <add id="Magento_User::system_acl_locks" title="Locked Users" translate="title" module="Magento_User" sortOrder="20" parent="Magento_User::system_acl" action="adminhtml/locks" resource="Magento_User::locks"/>
  14. </menu>
  15. </config>