acl.xml 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2016 Ihor Vansach (ihor@magefan.com). All rights reserved.
  5. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  6. *
  7. * Glory to Ukraine! Glory to the heroes!
  8. */
  9. -->
  10. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
  11. <acl>
  12. <resources>
  13. <resource id="Magento_Backend::admin">
  14. <resource id="Magento_Backend::content">
  15. <resource id="Magefan_Blog::elements" title="Blog" sortOrder="10">
  16. <resource id="Magefan_Blog::post" title="Posts" sortOrder="10" />
  17. <resource id="Magefan_Blog::category" title="Categories" sortOrder="20" />
  18. <resource id="Magefan_Blog::import" title="Import" sortOrder="30" />
  19. </resource>
  20. </resource>
  21. <resource id="Magento_Backend::stores">
  22. <resource id="Magento_Backend::stores_settings">
  23. <resource id="Magento_Config::config">
  24. <resource id="Magefan_Blog::config_blog" title="Blog Section" />
  25. </resource>
  26. </resource>
  27. </resource>
  28. </resource>
  29. </resources>
  30. </acl>
  31. </config>