acl.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Mageplaza
  5. *
  6. * NOTICE OF LICENSE
  7. *
  8. * This source file is subject to the Mageplaza.com license that is
  9. * available through the world-wide-web at this URL:
  10. * https://www.mageplaza.com/LICENSE.txt
  11. *
  12. * DISCLAIMER
  13. *
  14. * Do not edit or add to this file if you wish to upgrade this extension to newer
  15. * version in the future.
  16. *
  17. * @category Mageplaza
  18. * @package Mageplaza_Core
  19. * @copyright Copyright (c) 2016-2018 Mageplaza (http://www.mageplaza.com/)
  20. * @license https://www.mageplaza.com/LICENSE.txt
  21. */
  22. -->
  23. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
  24. <acl>
  25. <resources>
  26. <resource id="Magento_Backend::admin">
  27. <resource id="Mageplaza_Core::menu" title="Mageplaza Extensions" sortOrder="50">
  28. <resource id="Mageplaza_Core::documentation" title="Documentations" sortOrder="50">
  29. <resource id="Mageplaza_Core::userguide" title="User Guides" sortOrder="50"/>
  30. </resource>
  31. <resource id="Mageplaza_Core::activate" title="Active Module" sortOrder="70"/>
  32. </resource>
  33. <resource id="Magento_Backend::stores">
  34. <resource id="Magento_Backend::stores_settings">
  35. <resource id="Magento_Config::config">
  36. <resource id="Mageplaza_Core::configuration" title="Mageplaza Information" sortOrder="10"/>
  37. <resource id="Mageplaza_Core::marketplace" title="Mageplaza Marketplace" sortOrder="10"/>
  38. </resource>
  39. </resource>
  40. </resource>
  41. </resource>
  42. </resources>
  43. </acl>
  44. </config>