Skip to content

Commit

Permalink
added missing ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
aknollmann committed Aug 31, 2024
1 parent c848861 commit 7d1ba1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "infrangible/m2-catalog-attribute-landing-page",
"description": "Infrangible Magento 2 Catalog Attribute Landing Page",
"type": "magento2-module",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"keywords": [
"Magento"
Expand Down
7 changes: 7 additions & 0 deletions src/etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
<resources>
<resource id="Magento_Backend::admin">
<resource id="Infrangible_CatalogAttributeLandingPage::infrangible_catalogattributelandingpage" title="Attribute Landing Pages" sortOrder="470"/>
<resource id="Magento_Backend::stores">
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="Infrangible_CatalogAttributeLandingPage::config_infrangible_catalogattributelandingpage" title="Attribute Landing Page" translate="title" sortOrder="470"/>
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
Expand Down

0 comments on commit 7d1ba1c

Please sign in to comment.