catalog_attributes.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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_category">
  10. <attribute name="name"/>
  11. <attribute name="is_active"/>
  12. </group>
  13. <group name="catalog_product">
  14. <attribute name="name"/>
  15. <attribute name="price"/>
  16. <attribute name="special_price"/>
  17. <attribute name="special_from_date"/>
  18. <attribute name="special_to_date"/>
  19. <attribute name="short_description"/>
  20. <attribute name="thumbnail"/>
  21. <attribute name="small_image"/>
  22. <attribute name="image_label"/>
  23. <attribute name="thumbnail_label"/>
  24. <attribute name="small_image_label"/>
  25. <attribute name="tax_class_id"/>
  26. <attribute name="status"/>
  27. <attribute name="news_from_date"/>
  28. <attribute name="news_to_date"/>
  29. <attribute name="created_at"/>
  30. <attribute name="updated_at"/>
  31. </group>
  32. <group name="unassignable">
  33. <attribute name="image" />
  34. <attribute name="name" />
  35. <attribute name="description" />
  36. <attribute name="short_description" />
  37. <attribute name="sku" />
  38. <attribute name="price" />
  39. <attribute name="status" />
  40. <attribute name="visibility" />
  41. <attribute name="weight" />
  42. <attribute name="category_ids" />
  43. <attribute name="quantity_and_stock_status" />
  44. <attribute name="available_sort_by" />
  45. <attribute name="default_sort_by" />
  46. <attribute name="filter_price_range" />
  47. <attribute name="image" />
  48. <attribute name="media_gallery_content" />
  49. <attribute name="tier_price" />
  50. <attribute name="gift_message_available" />
  51. <attribute name="inventory_manage_stock" />
  52. </group>
  53. <group name="used_in_autogeneration">
  54. <attribute name="name" />
  55. <attribute name="description" />
  56. <attribute name="sku" />
  57. </group>
  58. </config>