We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 119eedf + 2a88e31 commit 7965038Copy full SHA for 7965038
app/code/Magento/Swatches/etc/acl.xml
@@ -0,0 +1,20 @@
1
+<?xml version="1.0"?>
2
+<!--
3
+/**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+-->
8
+<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
9
+ <acl>
10
+ <resources>
11
+ <resource id="Magento_Backend::admin">
12
+ <resource id="Magento_Backend::stores">
13
+ <resource id="Magento_Backend::stores_attributes">
14
+ <resource id="Magento_Swatches::iframe" title="Swatches" translate="title" sortOrder="70" />
15
+ </resource>
16
17
18
+ </resources>
19
+ </acl>
20
+</config>
0 commit comments