magento2-plugin/etc/acl.xml
2021-09-01 11:14:17 +02:00

15 lines
562 B
XML

<?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>
<resource id="Magento_Backend::admin">
<resource id="Storefront_BTCPay::invoice" sortOrder="10" title="BTC Pay Server Invoices">
<!--
<resource id="Storefront_BTCPay::invoice_update" sortOrder="10" title="BTCPay Server Update Invoice" />
-->
</resource>
</resource>
</resources>
</acl>
</config>