catalog_attributes.xml 788 B

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
  9. <group name="catalog_product">
  10. <attribute name="price_view"/>
  11. <attribute name="price_type"/>
  12. </group>
  13. <group name="quote_item">
  14. <attribute name="price_view"/>
  15. <attribute name="price_type"/>
  16. <attribute name="shipment_type"/>
  17. <attribute name="weight_type"/>
  18. <attribute name="sku_type"/>
  19. </group>
  20. <group name="unassignable">
  21. <attribute name="price_type" />
  22. <attribute name="price_view" />
  23. </group>
  24. </config>