Skip to content

Commit 2429fd3

Browse files
committed
Merge branch 'MC-930-Row-Appearances' into cms-team-1-delivery-sprint-12
2 parents 6adf178 + 0c83a26 commit 2429fd3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"
10+
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
11+
<entity name="Layout" type="page_layout">
12+
<data key="1column">1 column</data>
13+
</entity>
14+
</entities>

0 commit comments

Comments
 (0)