| Current Path : /home/rtorresani/www/vendor/magento/module-catalog/Test/Mftf/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog/Test/Mftf/Data/ProductDesignData.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
<entity name="simpleBlankDesignTwoColumnsLeft" type="product">
<data key="custom_design">Magento Blank</data>
<data key="page_layout">2 columns with left bar</data>
<data key="options_container">Product Info Column</data>
</entity>
<entity name="simpleLumaDesignEmpty" type="product">
<data key="custom_design">Magento Luma</data>
<data key="page_layout">Empty</data>
<data key="options_container">Block after Info Column</data>
</entity>
<entity name="simpleLumaDesignThreeColumns" type="product">
<data key="custom_design">Magento Luma</data>
<data key="page_layout">3 columns</data>
<data key="options_container">Block after Info Column</data>
</entity>
<entity name="simpleBlankDesignOneColumn" type="product">
<data key="custom_design">Magento Blank</data>
<data key="page_layout">1 column</data>
<data key="options_container">Product Info Column</data>
</entity>
<entity name="simpleLumaDesignTwoColumnsRight" type="product">
<data key="custom_design">Magento Luma</data>
<data key="page_layout">2 columns with right bar</data>
<data key="options_container">Block after Info Column</data>
</entity>
</entities>