-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature] added acl.xml configuration
- Loading branch information
1 parent
71448a4
commit 3ef80c7
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd"> | ||
<acl> | ||
<resources> | ||
<resource id="Magento_Backend::admin"> | ||
<resource id="Nordcomputer_Showoutofstockprice" translate="title" title="Nordcomputer" sortOrder="50"> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<resource id="Nordcomputer_Showoutofstockprice::main" translate="title" title="Show out of Stock price" sortOrder="50"/> | ||
</resource> | ||
</resource> | ||
</resources> | ||
</acl> | ||
</config> |
@nordcomputer That resouce id on line 5 is not valid: