Skip to content

Commit

Permalink
Update standard config
Browse files Browse the repository at this point in the history
  • Loading branch information
alothemes committed Jan 7, 2021
1 parent 0e01735 commit 76b8190
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
10 changes: 5 additions & 5 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
<resources>
<resources>
<resource id="Magento_Backend::admin">
<resource id="Magento_Backend::stores">
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="Magepow_InfiniteScroll::magepow_infinitescroll" title="Infinite Scroll"/>
<resource id="Magepow_InfiniteScroll::config" title="Infinite Scroll" />
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>
</config>
9 changes: 0 additions & 9 deletions etc/adminhtml/menu.xml

This file was deleted.

2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<class>separator-top</class>
<label>Infinite Scroll</label>
<tab>magepow</tab>
<resource>Magepow_InfiniteScroll::infinite_scroll</resource>
<resource>Magepow_InfiniteScroll::config</resource>
<group id="general" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>General Settings</label>
<field id="enabled" translate="label comment" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
Expand Down

0 comments on commit 76b8190

Please sign in to comment.