| Current Path : /home/rtorresani/www/vendor/magento/module-catalog/Test/Mftf/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog/Test/Mftf/Data/CustomAttributeData.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="CustomAttributeCategoryUrlKey" type="custom_attribute">
<data key="attribute_code">url_key</data>
<data key="value" unique="suffix">category</data>
</entity>
<entity name="CustomAttributeProductUrlKey" type="custom_attribute">
<data key="attribute_code">url_key</data>
<data key="value" unique="suffix">product</data>
</entity>
<entity name="CustomAttributeCategoryIds" type="custom_attribute_array">
<data key="attribute_code">category_ids</data>
<var key="value" entityType="category" entityKey="id"/>
</entity>
<entity name="CustomAttributeProductAttribute" type="custom_attribute">
<var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
<var key="value" entityKey="value" entityType="ProductAttributeOption"/>
</entity>
<entity name="ApiProductDescription" type="custom_attribute">
<data key="attribute_code">description</data>
<data key="value" unique="suffix">API Product Description</data>
</entity>
<entity name="ApiProductShortDescription" type="custom_attribute">
<data key="attribute_code">short_description</data>
<data key="value" unique="suffix">API Product Short Description</data>
</entity>
<entity name="ApiProductSpecialPrice" type="custom_attribute">
<data key="attribute_code">special_price</data>
<data key="value">51.51</data>
</entity>
<entity name="ApiProductCost" type="custom_attribute">
<data key="attribute_code">cost</data>
<data key="value">50.05</data>
</entity>
<entity name="ApiProductNewsFromDate" type="custom_attribute">
<data key="attribute_code">news_from_date</data>
<data key="value">2018-05-17 00:00:00</data>
</entity>
<entity name="CustomDynamicProductDescription" type="custom_attribute">
<data key="attribute_code">description</data>
<data key="value">Dynamicscription testing 321</data>
</entity>
<entity name="CustomDynamicProductShortDescription" type="custom_attribute">
<data key="attribute_code">short_description</data>
<data key="value">Short dynamictest 555</data>
</entity>
<entity name="CustomFixedProductDescription" type="custom_attribute">
<data key="attribute_code">description</data>
<data key="value">Fixedscription testing 321</data>
</entity>
<entity name="CustomFixedProductShortDescription" type="custom_attribute">
<data key="attribute_code">short_description</data>
<data key="value">Short Fixedtest 555</data>
</entity>
<entity name="CustomAttributeCategoryNonAnchor" type="custom_attribute">
<data key="attribute_code">is_anchor</data>
<data key="value">0</data>
</entity>
<entity name="ProductDescriptionAdvancedSearchABC" type="custom_attribute">
<data key="attribute_code">description</data>
<data key="value"><p>adc_Full</p></data>
</entity>
<entity name="ProductShortDescriptionAdvancedSearch" type="custom_attribute">
<data key="attribute_code">short_description</data>
<data key="value"><p>abc_short</p></data>
</entity>
<entity name="ProductDescriptionAdvancedSearchADC123" type="custom_attribute">
<data key="attribute_code">description</data>
<data key="value"><p>dfj_full</p></data>
</entity>
<entity name="ProductShortDescriptionAdvancedSearchADC123" type="custom_attribute">
<data key="attribute_code">short_description</data>
<data key="value"><p>dfj_short</p></data>
</entity>
</entities>