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 4b49996 + 01fcaf2 commit dbe8c7bCopy full SHA for dbe8c7b
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data/ProductAttributeOptionData.xml
@@ -27,4 +27,10 @@
27
<entity name="ProductAttributeOptionGetter" type="ProductAttributeOption">
28
<var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
29
</entity>
30
+ <entity name="productAttributeOption" type="ProductAttributeOption">
31
+ <var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
32
+ <data key="label" unique="suffix">customOption</data>
33
+ <data key="is_default">false</data>
34
+ <data key="sort_order">0</data>
35
+ </entity>
36
</entities>
0 commit comments