acl.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  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_AjaxLayer
  19. * @copyright Copyright (c) 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="Magento_Backend::stores">
  28. <resource id="Magento_Backend::stores_settings">
  29. <resource id="Magento_Config::config">
  30. <resource id="Mageplaza_LayeredNavigation::configuration" title="Mageplaza Ajax Layered Navigation"/>
  31. </resource>
  32. </resource>
  33. </resource>
  34. </resource>
  35. </resources>
  36. </acl>
  37. </config>