Skip to content

Commit 71d9c41

Browse files
authored
Merge pull request #238 from magento-obsessive-owls/PB-582-security
PB-582: Fix Page Builder builds
2 parents b1fbd95 + 53d8db2 commit 71d9c41

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
10+
<entity name="adminRestrictedProductRole" type="user_role">
11+
<array key="resource">
12+
<item name="tfa">Magento_TwoFactorAuth::tfa</item>
13+
</array>
14+
</entity>
15+
</entities>

0 commit comments

Comments
 (0)